Skip to content

Instantly share code, notes, and snippets.

@cm-wada-yusuke
Last active December 18, 2019 03:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cm-wada-yusuke/18938fda5cd9d56590bead7144fbb76d to your computer and use it in GitHub Desktop.
Save cm-wada-yusuke/18938fda5cd9d56590bead7144fbb76d to your computer and use it in GitHub Desktop.
curl --request PUT \
--url 'https://test-wada.auth0.com/api/v2/https://test-cm-wada.auth0.com/api/v2/' \
--header 'authorization: Bearer eyJ0eXAiOiJKV1' \
--header 'content-type: application/json' \
--data '{ "login": { "description": "ログインします" } }'
curl --request PUT \
--url '<manage-api-base>prompts/login/custom-text/ja' \
--header 'authorization: Bearer <token>' \
--header 'content-type: application/json' \
--data '{ "login": { "description": "ログインします" } }'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment