Skip to main content
POST
Upload an OpenAPI Spec Version

Authorizations

Authorization
string
header
required

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

Path Parameters

service
string
required

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

Example:

"ledger"

version
string
required

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

Example:

"v1.0.0"

Body

multipart/form-data
file
file
required

OpenAPI 3.x spec file (JSON).

Response

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