Create a secretAsk AIpost https://api.instill-ai.com/v1beta/namespaces/{namespaceId}/secretsCreates a new secret under the parenthood of an namespace.Path ParamsnamespaceIdstringrequiredNamespace IDBody ParamsThe properties of the secret to be created.idstringSecret resource ID (used in name as the last segment). This conforms to RFC-1034, which restricts to letters, numbers, and hyphen, with the first character a letter, the last a letter or a number, and a 63 character maximum.valuestringThe value of the secret, which is input-only and will never be returned in API responses.descriptionstringResponses 200A successful response. 401Returned when the client credentials are not valid. defaultAn unexpected error response.Updated 9 months ago