200
API specification retrieved successfully.
application/json
Type:
[object]
{
"properties": {
"Specification": {
"type": "object"
},
"apiId": {
"type": "string"
},
"createdAt": {
"format": "date-time",
"type": "string"
},
"id": {
"type": "string"
},
"updatedAt": {
"format": "date-time",
"type": "string"
},
"version": {
"type": "string"
}
},
"type": "object"
}
{
"Specification": {
"info": {
"title": "Sample API",
"version": "1.0.0"
},
"openapi": "3.0.0",
"paths": {}
},
"apiId": "api-456",
"createdAt": "2025-05-01T10:00:00Z",
"id": "spec-123",
"updatedAt": "2025-05-14T15:30:00Z",
"version": "1.0.0"
}
401
Unauthorized
404
API specification not found