chore(docs): Updated API Reference (v2) (#9148)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
a63f6910d0
commit
56ee4d6aad
@@ -1,3 +1,56 @@
|
||||
type: object
|
||||
description: The geo zone's geo zones.
|
||||
description: The geo zone's details.
|
||||
x-schemaName: AdminGeoZone
|
||||
required:
|
||||
- id
|
||||
- type
|
||||
- country_code
|
||||
- province_code
|
||||
- city
|
||||
- postal_expression
|
||||
- created_at
|
||||
- updated_at
|
||||
- deleted_at
|
||||
properties:
|
||||
id:
|
||||
type: string
|
||||
title: id
|
||||
description: The geo zone's ID.
|
||||
type:
|
||||
type: string
|
||||
description: The geo zone's type.
|
||||
enum:
|
||||
- country
|
||||
- province
|
||||
- city
|
||||
- zip
|
||||
country_code:
|
||||
type: string
|
||||
title: country_code
|
||||
description: The geo zone's country code.
|
||||
province_code:
|
||||
type: string
|
||||
title: province_code
|
||||
description: The geo zone's province code.
|
||||
city:
|
||||
type: string
|
||||
title: city
|
||||
description: The geo zone's city.
|
||||
postal_expression:
|
||||
type: object
|
||||
description: The geo zone's postal expression.
|
||||
created_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: created_at
|
||||
description: The date the geo zone was created.
|
||||
updated_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: updated_at
|
||||
description: The date the geo zone was update.
|
||||
deleted_at:
|
||||
type: string
|
||||
format: date-time
|
||||
title: deleted_at
|
||||
description: The date the geo zone was deleted.
|
||||
|
||||
Reference in New Issue
Block a user