OpenAPI spec versions
Track changes to your OpenAPI documents by versioning them.
Keep a history of your OpenAPI specs, enabling you to compare different versions, revert, or maintain multiple concurrent versions for testing or documentation.
Attributes
objectstring · enumRequiredAllowed values:
The object type, which is always "openapi-spec-version"
idstringRequired
Unique identifier
createdAtstring · date-timeOptional
Date of creation
urlstring · uri · max: 2048Required
URL where the specification is accessible.
The OpenAPISpecVersion object
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
specSlugstringRequired
Slug of the OpenAPI specification
Query parameters
pagestringOptional
Identifier of the page results to fetch.
limitnumber · max: 1000Optional
The number of results per page
Responses
application/json
all ofOptional
application/json
get
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
specSlugstringRequired
Slug of the OpenAPI specification
versionIdstringRequired
The unique ID of the OpenAPI specification version
Responses
application/json
application/json
get
Authorizations
Path parameters
organizationIdstringRequired
The unique id of the organization
specSlugstringRequired
Slug of the OpenAPI specification
versionIdstringRequired
The unique ID of the OpenAPI specification version
Responses
application/json
application/json
get
Was this helpful?