Skip to main content
POST
Upload an OpenAPI Spec Version

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

service
string
requerido

Service identifier (the provider id / global spec key segment, e.g. ledger).

Ejemplo:

"ledger"

version
string
requerido

Spec version (immutable, e.g. v1.0.0).

Ejemplo:

"v1.0.0"

Cuerpo

multipart/form-data
file
file
requerido

OpenAPI 3.x spec file (JSON).

Respuesta

Indicates that the resource was successfully created and the operation was completed as expected.