From 783846c1d5e2a8d005785102ed6b149a33759e66 Mon Sep 17 00:00:00 2001 From: Lydia Xie <87040416+lydia-xie@users.noreply.github.com> Date: Thu, 18 May 2023 15:23:25 -0700 Subject: [PATCH] Update post_create_catalog.md --- .../catalog_management/synchronous/post_create_catalog.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/_docs/_api/endpoints/catalogs/catalog_management/synchronous/post_create_catalog.md b/_docs/_api/endpoints/catalogs/catalog_management/synchronous/post_create_catalog.md index 3cd9d8e8e08..814b60a2069 100644 --- a/_docs/_api/endpoints/catalogs/catalog_management/synchronous/post_create_catalog.md +++ b/_docs/_api/endpoints/catalogs/catalog_management/synchronous/post_create_catalog.md @@ -39,8 +39,7 @@ description: "This article outlines details about the Create catalog Braze endpo | `fields` | Required | Array | An array of objects where the object contains keys `name` and `type`. | {: .reset-td-br-1 .reset-td-br-2 .reset-td-br-3 .reset-td-br-4} -## Example Request - +## Example request ``` curl --location --request POST 'https://rest.iad-03.braze.com/catalogs' \ --header 'Content-Type: application/json' \ @@ -189,4 +188,4 @@ The following table lists possible returned errors and their associated troubles | `description-too-long` | Character limit for description is 250. | {: .reset-td-br-1 .reset-td-br-2} -{% endapi %} \ No newline at end of file +{% endapi %}