Skip to content

Commit

Permalink
Update OpenAPI file with new formio nces api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneymyers committed Aug 18, 2023
1 parent 73eb82f commit ae31eb6
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions docs/csb-openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,35 @@
"parameters": [{ "$ref": "#/components/parameters/scan" }]
}
},
"/api/formio/nces/{searchText}": {
"get": {
"summary": "/api/formio/nces/{searchText}",
"responses": {
"200": {
"description": "OK",
"content": {
"application/json": {
"schema": {
"type": "object"
}
}
}
}
},
"tags": [],
"parameters": [
{
"name": "searchText",
"in": "path",
"required": true,
"schema": {
"type": "string"
}
},
{ "$ref": "#/components/parameters/scan" }
]
}
},
"/api/formio/2022/s3/{formType}/{mongoId}/{comboKey}/storage/s3": {
"get": {
"summary": "/api/formio/2022/s3/{formType}/{mongoId}/{comboKey}/storage/s3",
Expand Down

0 comments on commit ae31eb6

Please sign in to comment.