Skip to main content
POST
Validate Catalog Template Parameters

Autorizações

Authorization
string
header
obrigatório

JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.

Parâmetros de caminho

id
string
obrigatório

Unique identifier of the catalog template.

Corpo

application/json

Request body containing the parameters to validate.

params
object

Template parameter values to validate.

Exemplo:

Resposta

Indicates that the request was successful and the response contains the requested data.

error
string

Validation error message. Empty when valid.

Exemplo:

""

valid
boolean

Whether the configuration passed validation.

Exemplo:

true