Skip to main content
POST
Validate Catalog Template Parameters

Autorizaciones

Authorization
string
header
requerido

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

Parámetros de ruta

id
string
requerido

Unique identifier of the catalog template.

Cuerpo

application/json

Request body containing the parameters to validate.

params
object

Template parameter values to validate.

Ejemplo:

Respuesta

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

error
string

Validation error message. Empty when valid.

Ejemplo:

""

valid
boolean

Whether the configuration passed validation.

Ejemplo:

true