-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
The POST response bodies are not included in the OAS exposed by PocketIC's /api.json endpoint.
Example:
{
...
"/instances/": {
"get": {
"responses": {
"200": {
"description": "",
"content": {
"application/json": {
"schema": {
"type": "array",
"items": {
"type": "string"
}
}
}
}
}
}
},
"post": {
"requestBody": {
"content": {
"application/json": {
"schema": {
"$ref": "#/components/schemas/ExtendedSubnetConfigSet"
}
}
},
"required": true
}
}
},
...
}Metadata
Metadata
Assignees
Labels
No labels