From c47be47054d69a214284ab00dfcbc23af60364d8 Mon Sep 17 00:00:00 2001 From: johnwu-braze Date: Fri, 27 Sep 2024 11:32:16 -0400 Subject: [PATCH 1/5] inn-codeowners --- .github/CODEOWNERS | 6 +++++- _docs/_api/endpoints/user_data/post_user_track.md | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 74407c51ec9..7fd31b4dd26 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,4 +14,8 @@ # Liquid use case library: Validate that new and updated use cases are tested before merging them in. Rachel will validate. Josh is added as code owner in case Rachel is out of office to avoid blockers. -/_docs/_user_guide/personalization_and_dynamic_content/liquid/liquid_use_cases.md @josh-mccrowell-braze @rachel-feinberg \ No newline at end of file +/_docs/_user_guide/personalization_and_dynamic_content/liquid/liquid_use_cases.md @josh-mccrowell-braze @rachel-feinberg + +# Ingestion Endpoints: Ingestion owns Data Transformation templates for the following endpoints and needs to be notified of any interface changes + +/_docs/_api/endpoints/user_data/post_user_track.md @Appboy/ingestion diff --git a/_docs/_api/endpoints/user_data/post_user_track.md b/_docs/_api/endpoints/user_data/post_user_track.md index 0b93a7274c2..63c1524a82b 100644 --- a/_docs/_api/endpoints/user_data/post_user_track.md +++ b/_docs/_api/endpoints/user_data/post_user_track.md @@ -76,7 +76,7 @@ curl --location --request POST 'https://rest.iad-01.braze.com/users/track' \ "email": "test@braze.com", "string_attribute": "fruit", "boolean_attribute_1": true, - "integer_attribute": 25, + "integer_attribute": 26, "array_attribute": [ "banana", "apple" From 98f170ec10aaad28841641f68c4b14a1435529a1 Mon Sep 17 00:00:00 2001 From: johnwu-braze Date: Tue, 1 Oct 2024 10:04:10 -0400 Subject: [PATCH 2/5] add more codeowners --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7fd31b4dd26..b5acfe61e92 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,4 +18,5 @@ # Ingestion Endpoints: Ingestion owns Data Transformation templates for the following endpoints and needs to be notified of any interface changes -/_docs/_api/endpoints/user_data/post_user_track.md @Appboy/ingestion +/_docs/_api/endpoints/user_data/post_user_track.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/messaging/send_messages/post_send_messages.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team From ae143973582de185b2cd344598eb4e896eb0c940 Mon Sep 17 00:00:00 2001 From: Josh McCrowell <113209750+josh-mccrowell-braze@users.noreply.github.com> Date: Tue, 1 Oct 2024 11:01:21 -0400 Subject: [PATCH 3/5] Apply suggestions from code review --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b5acfe61e92..5a044ac722b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,7 +16,7 @@ /_docs/_user_guide/personalization_and_dynamic_content/liquid/liquid_use_cases.md @josh-mccrowell-braze @rachel-feinberg -# Ingestion Endpoints: Ingestion owns Data Transformation templates for the following endpoints and needs to be notified of any interface changes +# Ingestion Endpoints: Ingestion owns Data Transformation templates for the following endpoints. They are added as codeowners so they can watch for changes to these endpoints. So their codeownership doesn't block style changes to the docs, Lydia is added as a codeowner as the primary API tech writer. In case she's out, the rest of the Docs Team is also added so that changes are not inappropriately blocked. -/_docs/_api/endpoints/user_data/post_user_track.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team -/_docs/_api/endpoints/messaging/send_messages/post_send_messages.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/user_data/post_user_track.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/messaging/send_messages/post_send_messages.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team From d48cc4df56477147ba84227d0ec92b94d22ed178 Mon Sep 17 00:00:00 2001 From: johnwu-braze Date: Tue, 1 Oct 2024 14:39:38 -0400 Subject: [PATCH 4/5] add more endpoints --- .github/CODEOWNERS | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5a044ac722b..613c1af73f4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,5 +18,10 @@ # Ingestion Endpoints: Ingestion owns Data Transformation templates for the following endpoints. They are added as codeowners so they can watch for changes to these endpoints. So their codeownership doesn't block style changes to the docs, Lydia is added as a codeowner as the primary API tech writer. In case she's out, the rest of the Docs Team is also added so that changes are not inappropriately blocked. -/_docs/_api/endpoints/user_data/post_user_track.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team -/_docs/_api/endpoints/messaging/send_messages/post_send_messages.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/user_data/post_user_track.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/messaging/send_messages/post_send_messages.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/catalogs/catalog_items/synchronous/delete_catalog_item.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/catalogs/catalog_items/synchronous/put_update_catalog_item.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/catalogs/catalog_items/synchronous/patch_catalog_item.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/messaging/send_messages/post_send_triggered_campaigns.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/messaging/send_messages/post_send_triggered_canvases.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team From 1e79aa8c1308b0cd7fc61dc78156ec49ded418f9 Mon Sep 17 00:00:00 2001 From: johnwu-braze Date: Tue, 1 Oct 2024 14:41:10 -0400 Subject: [PATCH 5/5] add more endpoints --- .github/CODEOWNERS | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 613c1af73f4..540f3656ce8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,10 +18,10 @@ # Ingestion Endpoints: Ingestion owns Data Transformation templates for the following endpoints. They are added as codeowners so they can watch for changes to these endpoints. So their codeownership doesn't block style changes to the docs, Lydia is added as a codeowner as the primary API tech writer. In case she's out, the rest of the Docs Team is also added so that changes are not inappropriately blocked. -/_docs/_api/endpoints/user_data/post_user_track.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team -/_docs/_api/endpoints/messaging/send_messages/post_send_messages.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team -/_docs/_api/endpoints/catalogs/catalog_items/synchronous/delete_catalog_item.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team -/_docs/_api/endpoints/catalogs/catalog_items/synchronous/put_update_catalog_item.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team -/_docs/_api/endpoints/catalogs/catalog_items/synchronous/patch_catalog_item.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team -/_docs/_api/endpoints/messaging/send_messages/post_send_triggered_campaigns.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team -/_docs/_api/endpoints/messaging/send_messages/post_send_triggered_canvases.md @Appboy/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/user_data/post_user_track.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/messaging/send_messages/post_send_messages.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/catalogs/catalog_items/synchronous/delete_catalog_item.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/catalogs/catalog_items/synchronous/put_update_catalog_item.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/catalogs/catalog_items/synchronous/patch_catalog_item.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/messaging/send_messages/post_send_triggered_campaigns.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team +/_docs/_api/endpoints/messaging/send_messages/post_send_triggered_canvases.md @braze-inc/ingestion @lydia-xie @braze-inc/docs-team