Skip to content

Commit

Permalink
CTC-2631 Add alternative URLs to cURL for custom apps
Browse files Browse the repository at this point in the history
  • Loading branch information
jancerman committed Dec 4, 2024
1 parent 6f68263 commit 5bba211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions rest/management-api-v2/cm_api_v2_delete_custom_app.curl
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
curl --request DELETE \
--url https://manage.kontent.ai/v2/projects/<YOUR_ENVIRONMENT_ID>/custom-apps/f4b3fc05-e988-4dae-9ac1-a94aba566474 \
# --url https://manage.kontent.ai/v2/projects/<YOUR_ENVIRONMENT_ID>/custom-apps/codename/custom_app_codename \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'Content-Type: application/json'
1 change: 1 addition & 0 deletions rest/management-api-v2/cm_api_v2_patch_custom_app.curl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
curl --request PATCH \
--url https://manage.kontent.ai/v2/projects/<YOUR_ENVIRONMENT_ID>/custom-apps/f4b3fc05-e988-4dae-9ac1-a94aba566474 \
# --url https://manage.kontent.ai/v2/projects/<YOUR_ENVIRONMENT_ID>/custom-apps/codename/custom_app_codename \
--header 'Authorization: Bearer <YOUR_API_KEY>' \
--header 'Content-Type: application/json' \
--data '[
Expand Down

0 comments on commit 5bba211

Please sign in to comment.