Skip to content

Commit

Permalink
chore(entity-client): update client with new spec
Browse files Browse the repository at this point in the history
  • Loading branch information
praneetrohida committed Jan 1, 2025
1 parent 47b8a3a commit ada8378
Show file tree
Hide file tree
Showing 3 changed files with 811 additions and 18 deletions.
21 changes: 21 additions & 0 deletions clients/entity-client/src/openapi-runtime.json
Original file line number Diff line number Diff line change
Expand Up @@ -841,6 +841,20 @@
},
"responses": {}
},
"patch": {
"operationId": "patchSavedView",
"parameters": [
{
"$ref": "#/components/parameters/SavedViewIdPathParam"
}
],
"requestBody": {
"content": {
"application/json": {}
}
},
"responses": {}
},
"delete": {
"operationId": "deleteSavedView",
"parameters": [
Expand Down Expand Up @@ -1389,6 +1403,13 @@
"name": "validate",
"in": "query"
}
},
"responses": {
"NotFoundError": {
"content": {
"application/json": {}
}
}
}
},
"servers": [
Expand Down
Loading

0 comments on commit ada8378

Please sign in to comment.