Updates skill secret requirements.
Replaces the list of secrets a skill needs and returns the resulting requirements.
<Check title="Required Permissions" icon="key">Any authenticated user.</Check>
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path parameters
skillId
The skill ID.
Request
The request payload.
requirements
The full set of secret requirements for the skill.
Response
OK
id
The secret requirement identifier.
envVarName
The environment variable name the secret is injected as.
description
The description shown to users when providing the secret.
scope
Who must provide the secret value.
isRequired
Whether the secret is required for the skill to work.
hasValue
Whether a value is available for the requesting user.
Errors
400
Bad Request Error
401
Unauthorized Error
404
Not Found Error

