Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavnarain3 committed Nov 3, 2022
1 parent 4886989 commit 963f8f8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion _docs/_api/endpoints/catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ guide_top_header: "Catalogs Endpoints"
guide_top_text: "Use the Braze Catalogs Endpoints to add, edit, and manage your catalogs and catalog item details. You can use the asynchronous catalog endpoints to make bulk changes to your catalog. <br><br> Looking for guidance on creating a catalog? Check out our article for <a href='/docs/user_guide/personalization_and_dynamic_content/catalog/'>creating and using catalogs</a>."

guide_featured_title: "Catalogs Endpoints<br><br>"
guide_menu_title: "<h3>Synchronous</h3>"
guide_featured_list:
- name: "DELETE: Delete Catalog"
link: /docs/api/endpoints/catalogs/catalogs/synchronous/delete_catalog/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ This endpoint has a shared rate limit of 100 requests per minute between all of

### Request Body Parameters

| Parameter | Required | Data Type | Description |
|-----------|----------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `items` | Required | Array | An array that contains Item Objects. The item objects should contain an `"id"` referencing the items Braze should delete. Up to 50 items objects are allowed per request. |
| Parameter | Required | Data Type | Description |
|-----------|----------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| `items` | Required | Array | An array that contains Item Objects. The item objects should contain an `"id"` referencing the items Braze should delete. Up to 50 item objects are allowed per request. |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Example Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ This endpoint has a shared rate limit of 100 requests per minute between all of

### Request Body Parameters

| Parameter | Required | Data Type | Description |
|-----------|----------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| `items` | Required | Array | An array that contains Item Objects. The item objects should contain fields that exist in the catalog. Up to 50 items objects are allowed per request. |
| Parameter | Required | Data Type | Description |
|-----------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| `items` | Required | Array | An array that contains Item Objects. The item objects should contain fields that exist in the catalog. Up to 50 item objects are allowed per request. |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Example Request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ This endpoint has a shared rate limit of 100 requests per minute between all of

### Request Body Parameters

| Parameter | Required | Data Type | Description |
|-----------|----------|-----------|--------------------------------------------------------------------------------------------------------------------------------------------------------|
| `items` | Required | Array | An array that contains Item Objects. The item objects should contain all of the fields in the catalog. Up to 50 items objects are allowed per request. |
| Parameter | Required | Data Type | Description |
|-----------|----------|-----------|-------------------------------------------------------------------------------------------------------------------------------------------------------|
| `items` | Required | Array | An array that contains Item Objects. The item objects should contain all of the fields in the catalog. Up to 50 item objects are allowed per request. |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Example Request
Expand Down

0 comments on commit 963f8f8

Please sign in to comment.