Marketplace Category Help Articles
Operations Summary
| Method | Endpoint | Description |
|---|---|---|
| GET | /api/marketplace-category-help-articles/ |
List Marketplace Category Help Articles |
| GET | /api/marketplace-category-help-articles/{id}/ |
Retrieve |
| POST | /api/marketplace-category-help-articles/ |
Create |
| PUT | /api/marketplace-category-help-articles/{id}/ |
Update |
| PATCH | /api/marketplace-category-help-articles/{id}/ |
Partial Update |
| DELETE | /api/marketplace-category-help-articles/{id}/ |
Delete |
List Marketplace Category Help Articles
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 | |
- API Source:
marketplace_category_help_articles_list
1 2 3 4 5 6 7 8 9 10 | |
| Name | Type | Description |
|---|---|---|
page |
integer | A page number within the paginated result set. |
page_size |
integer | Number of results to return per page. |
200 -
The response body is an array of objects, where each object has the following structure:
| Field | Type |
|---|---|
title |
string |
url |
string (uri) |
categories |
array of objects |
categories.url |
string (uri) |
categories.uuid |
string (uuid) |
categories.title |
string |
Retrieve
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_category_help_articles_retrieve
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required | Description |
|---|---|---|---|
id |
integer | ✓ | A unique integer value identifying this category help article. |
200 -
| Field | Type |
|---|---|
title |
string |
url |
string (uri) |
categories |
array of objects |
categories.url |
string (uri) |
categories.uuid |
string (uuid) |
categories.title |
string |
Create
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | |
- Model Source:
CategoryHelpArticlesRequest - API Source:
marketplace_category_help_articles_create
1 2 3 4 5 6 7 8 9 10 11 12 13 14 | |
| Field | Type | Required |
|---|---|---|
title |
string | |
url |
string (uri) | ✓ |
categories |
array of objects | ✓ |
categories.title |
string | ✓ |
201 -
| Field | Type |
|---|---|
title |
string |
url |
string (uri) |
categories |
array of objects |
categories.url |
string (uri) |
categories.uuid |
string (uuid) |
categories.title |
string |
Update
1 2 3 4 5 6 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | |
- Model Source:
CategoryHelpArticlesRequest - API Source:
marketplace_category_help_articles_update
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | |
| Name | Type | Required | Description |
|---|---|---|---|
id |
integer | ✓ | A unique integer value identifying this category help article. |
| Field | Type | Required |
|---|---|---|
title |
string | |
url |
string (uri) | ✓ |
categories |
array of objects | ✓ |
categories.title |
string | ✓ |
200 -
| Field | Type |
|---|---|
title |
string |
url |
string (uri) |
categories |
array of objects |
categories.url |
string (uri) |
categories.uuid |
string (uuid) |
categories.title |
string |
Partial Update
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | |
- Model Source:
PatchedCategoryHelpArticlesRequest - API Source:
marketplace_category_help_articles_partial_update
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required | Description |
|---|---|---|---|
id |
integer | ✓ | A unique integer value identifying this category help article. |
| Field | Type | Required |
|---|---|---|
title |
string | |
url |
string (uri) | |
categories |
array of objects | |
categories.title |
string | ✓ |
200 -
| Field | Type |
|---|---|
title |
string |
url |
string (uri) |
categories |
array of objects |
categories.url |
string (uri) |
categories.uuid |
string (uuid) |
categories.title |
string |
Delete
1 2 3 4 | |
1 2 3 4 5 6 7 8 9 10 11 12 | |
- API Source:
marketplace_category_help_articles_destroy
1 2 3 4 5 6 7 8 9 10 11 12 13 | |
| Name | Type | Required | Description |
|---|---|---|---|
id |
integer | ✓ | A unique integer value identifying this category help article. |
204 - No response body