PUT
/
v1
/
apis
curl --request PUT \
  --url https://api.stan-app.fr/v1/apis \
  --header 'Authorization: Basic <encoded-value>' \
  --header 'Content-Type: application/json' \
  --data '{
  "webhook_url": "<string>"
}'

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Response

200

Successful operation