Pin an OpenAPI Spec Version
Use this endpoint to select which published OpenAPI specification version the current tenant resolves against for a native service. The operation is idempotent: pinning again updates the version in place.
PUT
Pin an OpenAPI Spec Version
Authorizations
JWT bearer token issued by the identity provider. Send it in the Authorization header as Bearer <token>.
Path Parameters
Service identifier (the provider id / global spec key segment, e.g. ledger).
Example:
"ledger"
Body
application/json
Example:
"1"

