Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

DEVDOCS-5469: [update] update url object #1499

Merged
merged 2 commits into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions reference/catalog/category-trees_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,7 @@ components:
- $ref: '#/components/schemas/default_product_sort'
- type: object
properties:
custom_url:
url:
$ref: '#/components/schemas/Url'
x-examples: {}
CategoryUuidData:
Expand Down Expand Up @@ -661,7 +661,7 @@ components:
type: boolean
image_url:
type: string
custom_url:
url:
$ref: '#/components/schemas/Url'
CategoryDataPUT:
allOf:
Expand All @@ -677,7 +677,7 @@ components:
Url:
type: object
properties:
url:
path:
type: string
is_customized:
type: boolean
Expand Down
Loading