Skip to content
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
25 changes: 0 additions & 25 deletions reference/catalog/categories_catalog.v3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -701,8 +701,6 @@ paths:
The unique numeric ID of the categoryʼs parent. This field controls where the category sits in the tree of categories that organize the catalog.
Required in a POST if creating a child category.
example: 2
x-required:
- post
name:
maxLength: 50
minLength: 1
Expand All @@ -711,8 +709,6 @@ paths:
The name displayed for the category. Name is unique with respect to the categoryʼs siblings.
Required in a POST.
example: Bath
x-required:
- post
description:
type: string
description: |
Expand Down Expand Up @@ -809,9 +805,6 @@ paths:
x-required:
- post
- put
required:
- parent_id
- name
meta:
title: Meta
type: object
Expand Down Expand Up @@ -1756,8 +1749,6 @@ components:
The unique numeric ID of the categoryʼs parent. This field controls where the category sits in the tree of categories that organize the catalog.
Required in a POST if creating a child category.
example: 2
x-required:
- post
name:
maxLength: 50
minLength: 1
Expand All @@ -1766,8 +1757,6 @@ components:
The name displayed for the category. Name is unique with respect to the categoryʼs siblings.
Required in a POST.
example: Bath
x-required:
- post
description:
type: string
description: |
Expand Down Expand Up @@ -1843,9 +1832,6 @@ components:
x-url: true
custom_url:
$ref: '#/components/schemas/customUrl_Full'
required:
- parent_id
- name
metafield_Base:
title: metafield_Base
type: object
Expand Down Expand Up @@ -2346,17 +2332,6 @@ components:
description: Client ID for the metafieldʼs creator.
example: asdfasdfasdfasdfasdfasdfasdf
readOnly: true
required:
- namespace
- key
- value
- permission_set
- resource_type
- resource_id
- description
- id
- date_created
- date_modified
MetaFieldCollectionResponse:
type: object
description: |
Expand Down