We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598c9a0 commit 3faea2fCopy full SHA for 3faea2f
openapi.json
@@ -21,7 +21,7 @@
21
"paths": {
22
"/project/update/{projectId}": {
23
"post": {
24
- "summary": "Trigger Update",
+ "summary": "Trigger update",
25
"description": "Trigger an update after updating your OpenAPI document by calling this endpoint in a CI check",
26
"parameters": [
27
{
@@ -56,7 +56,7 @@
56
},
57
"/project/update-status/{statusId}": {
58
"get": {
59
- "summary": "Get Update Status",
+ "summary": "Get update status",
60
"description": "Get the status of an update from the status ID",
61
62
0 commit comments