Go
Update hook secrets
Update one or more existing secrets for an existing hook. Accepts an object of key-value pairs, where the key is the name of the existing secret.
PATCH
Go
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the hook whose secrets to update.
Body
Hashmap of key-value pairs where the value must be a string.
Response
Hook secrets successfully updated.