| Status | Description |
|---|---|
| designing | Designing |
| pending | Pending |
| developing | Developing |
| integrating | Integrating |
| testing | Testing |
| tested | Tested |
| released | Released |
| deprecated | To be deprecated |
| exception | Exception |
| obsolete | Obsolete |
"paths": {
"/pets": {
"post": {
...
"operationId": "addPet",
"x-apidog-status": "released"
}
}
}