Authorizations
Path Parameters
Required string length:
36Example:
Body
application/json
Available options:
pending, rejected, accepted curl --request PUT \
--url https://app.dynamicauth.com/api/v0/invites/{inviteId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "pending"
}'This response does not have an example.36pending, rejected, accepted Was this page helpful?
curl --request PUT \
--url https://app.dynamicauth.com/api/v0/invites/{inviteId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"status": "pending"
}'This response does not have an example.