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.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the hook whose secrets to update.
^[A-Za-z0-9-]*$Hashmap of key-value pairs where the value must be a string.
Hook secrets successfully updated.