Skip to main content
POST
Upload an OpenAPI Spec Version

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

service
string
obrigatório

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

Exemplo:

"ledger"

version
string
obrigatório

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

Exemplo:

"v1.0.0"

Corpo

multipart/form-data
file
file
obrigatório

OpenAPI 3.x spec file (JSON).

Resposta

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