Action

Regenerate the keys for a action

PATCH
/api/v1/action/regenerate/{actionId}
/api/v1/action/regenerate/{actionId}

The Authorization access token

Authorization

Authorization
Required
<token>

Please enter a valid access token

In: header

Path Parameters

actionId
Required
string

The ID of the action to update

curl -X PATCH "https://example.com/api/v1/action/regenerate/string" \
  -H "Authorization: <token>"

OK