Skip to content

Commit 6f7e9cd

Browse files
Add update script and update api for numbers/update example_context (vocodedev#481)
* add update script and update api for numbers/update example_context * rename and move update script to docs folder
1 parent 262a0ff commit 6f7e9cd

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/openapi.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3974,6 +3974,16 @@
39743974
],
39753975
"title": "Outbound Only"
39763976
},
3977+
"example_context": {
3978+
"anyOf": [
3979+
{
3980+
"additionalProperties": { "type": "string" },
3981+
"type": "object"
3982+
},
3983+
{ "$ref": "#/components/schemas/Undefined" }
3984+
],
3985+
"title": "Example Context"
3986+
},
39773987
"label": {
39783988
"anyOf": [
39793989
{ "type": "string" },

docs/update_open_api_docs.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
FILE=./openapi.json
2+
curl https://api.vocode.dev/openapi.json -o $FILE
3+
npx prettier $FILE --write
4+
npx mintlify dev

0 commit comments

Comments
 (0)