Skip to content

Commit ff8a4e0

Browse files
committed
Revert "."
This reverts commit 8a5e655.
1 parent 8a5e655 commit ff8a4e0

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

spec/apps/hanami/doc/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@
496496
},
497497
"/tables": {
498498
"get": {
499-
"summary": "index",
499+
"summary": "Get a list of tables",
500500
"tags": [
501501
"Table"
502502
],

spec/apps/hanami/doc/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ paths:
306306
message: not found
307307
"/tables":
308308
get:
309-
summary: index
309+
summary: Get a list of tables
310310
tags:
311311
- Table
312312
parameters:

spec/apps/rails/doc/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,7 @@
539539
},
540540
"/tables": {
541541
"get": {
542-
"summary": "index",
542+
"summary": "Get a list of tables",
543543
"tags": [
544544
"Table"
545545
],

spec/apps/rails/doc/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ paths:
333333
message: not found
334334
"/tables":
335335
get:
336-
summary: 'index'
336+
summary: 'Get a list of tables'
337337
tags:
338338
- Table
339339
parameters:

spec/apps/roda/doc/openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"paths": {
1111
"/roda": {
1212
"post": {
13-
"summary": "POST /roda",
13+
"summary": "Create roda resource",
1414
"requestBody": {
1515
"content": {
1616
"application/json": {

spec/apps/roda/doc/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ servers: []
77
paths:
88
"/roda":
99
post:
10-
summary: POST /roda
10+
summary: Create roda resource
1111
requestBody:
1212
content:
1313
application/json:

0 commit comments

Comments
 (0)