Skip to content

Commit 3faea2f

Browse files
committed
Use sentence case for endpoints
1 parent 598c9a0 commit 3faea2f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

openapi.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"paths": {
2222
"/project/update/{projectId}": {
2323
"post": {
24-
"summary": "Trigger Update",
24+
"summary": "Trigger update",
2525
"description": "Trigger an update after updating your OpenAPI document by calling this endpoint in a CI check",
2626
"parameters": [
2727
{
@@ -56,7 +56,7 @@
5656
},
5757
"/project/update-status/{statusId}": {
5858
"get": {
59-
"summary": "Get Update Status",
59+
"summary": "Get update status",
6060
"description": "Get the status of an update from the status ID",
6161
"parameters": [
6262
{

0 commit comments

Comments
 (0)