Skip to content

Commit

Permalink
pr updates
Browse files Browse the repository at this point in the history
  • Loading branch information
raghavnarain3 committed Nov 3, 2022
1 parent 963f8f8 commit 62b1b9d
Show file tree
Hide file tree
Showing 16 changed files with 55 additions and 55 deletions.
8 changes: 4 additions & 4 deletions _docs/_api/endpoints/catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ page_type: landing
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_featured_title: "Catalogs Management Endpoints<br><br>"
guide_featured_list:
- name: "DELETE: Delete Catalog"
link: /docs/api/endpoints/catalogs/catalogs/synchronous/delete_catalog/
link: /docs/api/endpoints/catalogs/catalogs_management/synchronous/delete_catalog/
fa_icon: fas fa-pen-square
- name: "GET: List Catalogs"
link: /docs/api/endpoints/catalogs/catalogs/synchronous/get_list_catalogs/
link: /docs/api/endpoints/catalogs/catalogs_management/synchronous/get_list_catalogs/
fa_icon: fas fa-list-ul
- name: "POST: Create Catalog"
link: /docs/api/endpoints/catalogs/catalogs/synchronous/post_create_catalog/
link: /docs/api/endpoints/catalogs/catalogs_management/synchronous/post_create_catalog/
fa_icon: fas fa-check

optional_guide_menu_title: "Catalog Items Endpoints"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 100 requests per minute between all of the asynchronous catalog item endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|--------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Request Body Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 100 requests per minute between all of the asynchronous catalog item endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|--------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Request Body Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 100 requests per minute between all of the asynchronous catalog item endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|--------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Request Body Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 50 requests per minute between all of the synchronous catalog item endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|----------------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| `item_id` | Required | String | The ID of the catalog item. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
| `item_id` | Required | String | The ID of the catalog item. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Request Body Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 50 requests per minute between all of the synchronous catalog item endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|----------------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| `item_id` | Required | String | The ID of the catalog item. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
| `item_id` | Required | String | The ID of the catalog item. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Request Body Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,14 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 50 requests per minute between all of the synchronous catalog item endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|--------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### URL Parameters
### Query Parameters

| Parameter | Required | Data Type | Description |
|-----------|----------|-----------|-------------------------------------------------|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 50 requests per minute between all of the synchronous catalog item endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|----------------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| `item_id` | Required | String | The ID of the catalog item. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
| `item_id` | Required | String | The ID of the catalog item. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Request Body Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 50 requests per minute between all of the synchronous catalog item endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|----------------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| `item_id` | Required | String | The ID of the catalog item. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
| `item_id` | Required | String | The ID of the catalog item. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Request Body Parameters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
nav_title: Catalogs
nav_title: Catalogs Management
config_only: true
noindex: true
page_order: 1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 5 requests per minute between all of the synchronous catalog endpoints.

## Request
### Route Parameters
### Path Parameters

| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|---------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Route |
| Parameter | Required | Data Type | Description |
|----------------|----------|-----------|--------------------------------------------------|
| `catalog_name` | Required | String | Name of the catalog. Passed through the URL Path |
{: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4}

### Request Body Parameters
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 5 requests per minute between all of the synchronous catalog endpoints.

## Request
### Route Parameters
There are no route parameters for this endpoint.
### Path Parameters
There are no path parameters for this endpoint.

### Request Body Parameters
There is no request body for this endpoint.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ If you'd like to share your feedback on this endpoint or make a request, contact
This endpoint has a shared rate limit of 5 requests per minute between all of the synchronous catalog endpoints.

## Request
### Route Parameters
There are no route parameters for this endpoint.
### Path Parameters
There are no path parameters for this endpoint.

### Request Body Parameters

Expand Down
6 changes: 3 additions & 3 deletions _docs/_api/home.md
Original file line number Diff line number Diff line change
Expand Up @@ -352,15 +352,15 @@ glossaries:
description: Create multiple items in your catalog.
tags:
- Catalogs
- name: <a href='/docs/api/endpoints/catalogs/catalogs/synchronous/delete_catalog/'>/catalogs/catalog_name</a>
- name: <a href='/docs/api/endpoints/catalogs/catalogs_management/synchronous/delete_catalog/'>/catalogs/catalog_name</a>
description: Delete a catalog.
tags:
- Catalogs
- name: <a href='/docs/api/endpoints/catalogs/catalogs/synchronous/post_create_catalog/'>/catalogs</a>
- name: <a href='/docs/api/endpoints/catalogs/catalogs_management/synchronous/post_create_catalog/'>/catalogs</a>
description: Create a catalog.
tags:
- Catalogs
- name: <a href='/docs/api/endpoints/catalogs/catalogs/synchronous/get_list_catalogs/'>/catalogs</a>
- name: <a href='/docs/api/endpoints/catalogs/catalogs_management/synchronous/get_list_catalogs/'>/catalogs</a>
description: List the catalogs in an app group.
tags:
- Catalogs
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ You can leverage the [Catalogs Endpoints]({{site.baseurl}}/api/endpoints/catalog

### Managing catalogs

You can create a catalog using the [Create Catalogs]({{site.baseurl}}/api/endpoints/catalogs/catalogs/synchronous/post_create_catalog/) endpoint.
You can create a catalog using the [Create Catalogs]({{site.baseurl}}/api/endpoints/catalogs/catalogs_management/synchronous/post_create_catalog/) endpoint.

As you build more catalogs, you can also use the [List Catalogs]({{site.baseurl}}/api/endpoints/catalogs/catalogs/synchronous/get_list_catalogs/) endpoint to return a list of the catalogs in an app group.
As you build more catalogs, you can also use the [List Catalogs]({{site.baseurl}}/api/endpoints/catalogs/catalogs_management/synchronous/get_list_catalogs/) endpoint to return a list of the catalogs in an app group.

### Managing catalog items

Expand Down

0 comments on commit 62b1b9d

Please sign in to comment.