Skip to content

Commit

Permalink
Merge pull request #4962 from braze-inc/develop
Browse files Browse the repository at this point in the history
Deploy - March 7, 2023
  • Loading branch information
josh-mccrowell-braze authored Mar 7, 2023
2 parents 5406804 + b218dcf commit 4f06e9a
Show file tree
Hide file tree
Showing 446 changed files with 1,123 additions and 889 deletions.
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/catalogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ page_order: 0
layout: dev_guide

search_tag: Endpoint
description: "This landing page lists the Braze Catalogs Endpoints."
description: "This landing page lists the Braze catalogs endpoints."
page_type: landing

guide_top_header: "Catalogs Endpoints"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 1

layout: api_page
page_type: reference
description: "This article outlines details about the Delete Multiple Catalog Items Braze endpoint."
description: "This article outlines details about the delete multiple catalog items Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ page_order: 2

layout: api_page
page_type: reference
description: "This article outlines details about the Edit Multiple Catalog Items Braze endpoint."
description: "This article outlines details about the edit multiple catalog items Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 3

layout: api_page
page_type: reference
description: "This article outlines details about the Create Multiple Catalog Items Braze endpoint."
description: "This article outlines details about the create multiple catalog items Braze endpoint."

---
{% api %}
Expand Down Expand Up @@ -108,13 +108,13 @@ The status code `400` could return the following response body. Refer to [Troubl
{
"errors": [
{
"id": "fields-do-not-match",
"message": "Fields do not match with fields on the catalog",
"id": "invalid-fields",
"message": "Some of the fields given do not exist in the catalog",
"parameters": [
"id"
],
"parameter_values": [
"restaurant2"
"restaurant1"
]
}
],
Expand All @@ -138,7 +138,6 @@ The following table lists possible returned errors and their associated troubles
| `items-missing-ids` | There are items that do not have item IDs. Check that each item has an item ID. |
| `items-too-large` | Item values can't exceed 5,000 characters. |
| `invalid-fields` | Confirm that the fields in the request exist in the catalog. |
| `fields-do-not-match` | Updated fields must match the fields in the catalog. |
| `unable-to-coerce-value` | Item types can't be converted. |
| `invalid-keys-in-value-object` | Item object keys can't include `.` or `$`. |
| `too-deep-nesting-in-value-object` | Item objects can't have more than 50 levels of nesting. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 1

layout: api_page
page_type: reference
description: "This article outlines details about the Delete Catalog Item Braze endpoint."
description: "This article outlines details about the delete catalog item Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 2

layout: api_page
page_type: reference
description: "This article outlines details about the List Catalog Item Details Braze endpoint."
description: "This article outlines details about the list catalog item details Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 3

layout: api_page
page_type: reference
description: "This article outlines details about the List Multiple Catalog Item Details Braze endpoint."
description: "This article outlines details about the list multiple catalog item details Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 4

layout: api_page
page_type: reference
description: "This article outlines details about the Edit Catalog Item Braze endpoint."
description: "This article outlines details about the edit catalog item Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 5

layout: api_page
page_type: reference
description: "This article outlines details about the Create Catalog Item Braze endpoint."
description: "This article outlines details about the create catalog item Braze endpoint."

---
{% api %}
Expand Down Expand Up @@ -82,13 +82,13 @@ The status code `400` could return the following response body. Refer to [Troubl
{
"errors": [
{
"id": "fields-do-not-match",
"message": "Fields do not match with fields on the catalog",
"id": "invalid-fields",
"message": "Some of the fields given do not exist in the catalog",
"parameters": [
"id"
],
"parameter_values": [
"restaurant2"
"restaurant1"
]
}
],
Expand All @@ -111,7 +111,6 @@ The following table lists possible returned errors and their associated troubles
| `items-too-large` | Character limit for each item is 5,000 characters. |
| `item-already-exists` | The item already exists in the catalog. |
| `invalid-fields` | Confirm that the fields in the request exist in the catalog. |
| `fields-do-not-match` | Fields must match the fields in the catalog. |
| `filtered-set-field-too-long` | The field value is being used in a filtered set that exceeds the character limit for an item. |
| `already-reached-catalog-item-limit` | Maximum number of catalogs reached. Contact your Braze account manager for more information. |
| `already-reached-company-item-limit` | Maximum number of catalog items reached. Contact your Braze account manager for more information. |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 1

layout: api_page
page_type: reference
description: "This article outlines details about the Delete Catalog Braze endpoint."
description: "This article outlines details about the delete catalog Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 2

layout: api_page
page_type: reference
description: "This article outlines details about the List Catalogs Braze endpoint."
description: "This article outlines details about the list catalogs Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 3

layout: api_page
page_type: reference
description: "This article outlines details about the Create Catalog Braze endpoint."
description: "This article outlines details about the create catalog Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/email.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 1
layout: featured

description: "This landing page explains and lists the Braze Email Lists and Addresses Endpoints."
description: "This landing page explains and lists the Braze email lists and addresses endpoints."
page_type: landing

guide_top_header: "Email Lists & Addresses Endpoints"
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/email/get_list_hard_bounces.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 0
layout: api_page
page_type: reference
description: "This article outlines the usage of and parameters for using the retrieve a List of Hard Bounced Email Addresses Braze endpoint."
description: "This article outlines the usage of and parameters for using the retrieve a list of hard bounced email addresses Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 1
layout: api_page
page_type: reference
description: "This article outlines the usage of and parameters for using the Get Email Unsubscribes Braze endpoint."
description: "This article outlines the usage of and parameters for using the get email unsubscribes Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/email/post_blacklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ page_order: 10
layout: api_page
page_type: reference
alias: /blacklist/
description: "This article outlines the usage of and parameters for blacklisting user email addresses with the Blacklist Emails Braze endpoint."
description: "This article outlines the usage of and parameters for blacklisting user email addresses with the blacklist emails Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/email/post_blocklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 5
layout: api_page
page_type: reference
description: "This article outlines the usage of and parameters for blacklisting user email addresses with the Blocklist Emails Braze endpoint."
description: "This article outlines the usage of and parameters for blacklisting user email addresses with the blocklist emails Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 2
layout: api_page
page_type: reference
description: "This article outlines the usage of and parameters for changing a User's Subscription Status with the Post Email Subscription Status Braze endpoint."
description: "This article outlines the usage of and parameters for changing a user's subscription status with the post email subscription status Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/email/post_remove_hard_bounces.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 3
layout: api_page
page_type: reference
description: "This article outlines details about and using the Remove Hard Bounced Email Addresses Braze endpoint."
description: "This article outlines details about and using the remove hard bounced email addresses Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/email/post_remove_spam.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about and using the Remove Email Addresses from the Spam List Braze endpoint."
description: "This article outlines details about and using the remove email addresses from the spam list Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/export.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ page_order: 2
layout: dev_guide

#Required
description: "This landing page explains and lists the Braze Export Endpoints."
description: "This landing page explains and lists the Braze export endpoints."
page_type: landing

guide_top_header: "Export Endpoints"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Get Campaign Analytics endpoint."
description: "This article outlines details about the get campaign analytics Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Get Campaign Details endpoint."
description: "This article outlines details about the get campaign details Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/export/campaigns/get_campaigns.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Get Campaigns List endpoint."
description: "This article outlines details about the get campaigns list Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about Braze's Campaign Daily Stats by Send ID endpoint."
description: "This article outlines details about the send analytics Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/export/canvas/get_canvas_analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Canvas Data Series Analytics Endpoint."
description: "This article outlines details about the Canvas data series analytics Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Canvas Data Summary Analytics Endpoint."
description: "This article outlines details about the Canvas data summary analytics Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/export/canvas/get_canvas_details.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Canvas Details Endpoint."
description: "This article outlines details about the Canvas details Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/export/canvas/get_canvases.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Canvas List endpoint."
description: "This article outlines details about the Canvas list Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Custom Events List endpoint."
description: "This article outlines details about the custom events list Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Custom Events Analytics endpoint."
description: "This article outlines details about the custom events analytics Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Get Daily New Users endpoint."
description: "This article outlines details about the get daily new users Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/export/kpi/get_kpi_dau_date.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Get Daily Active Users endpoint."
description: "This article outlines details about the get daily active users Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/export/kpi/get_kpi_mau_30_days.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Get Monthly Active Users endpoint."
description: "This article outlines details about the get monthly active users Braze endpoint."

---
{% api %}
Expand Down
2 changes: 1 addition & 1 deletion _docs/_api/endpoints/export/kpi/get_kpi_uninstalls_date.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the Get Daily App Uninstalls endpoint."
description: "This article outlines details about the get daily app uninstalls Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about and using the Segments List endpoint to export a list of available Segments."
description: "This article outlines details about the News Feed card analytics Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the News Feed Card Details endpoint."
description: "This article outlines details about the News Feed card details Braze endpoint."

---
{% api %}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ search_tag: Endpoint
page_order: 4
layout: api_page
page_type: reference
description: "This article outlines details about the News Feed Cards List Endpoint."
description: "This article outlines details about the News Feed cards list Braze endpoint."

---
{% api %}
Expand Down
Loading

2 comments on commit 4f06e9a

@vercel
Copy link

@vercel vercel bot commented on 4f06e9a Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

braze-docs-fr – ./

braze-docs-fr-braze.vercel.app
braze-docs-fr.vercel.app
braze-docs-fr-git-master-braze.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 4f06e9a Mar 7, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

braze-docs-en – ./

braze-docs-en-git-master-braze.vercel.app
braze-docs-en.vercel.app
braze-docs-en-braze.vercel.app

Please sign in to comment.