Add one or more secrets to an existing hook. Accepts an object of key-value pairs, where the key is the name of the secret. A hook can have a maximum of 20 secrets.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The id of the hook to retrieve
^[A-Za-z0-9-]*$Hashmap of key-value pairs where the value must be a string.
Hook secrets successfully added.