Skip to content

Commit 3031519

Browse files
committed
fix: add missing parameter schemas
1 parent 6ea275b commit 3031519

File tree

1 file changed

+3
-0
lines changed
  • app/src/main/resources-unfiltered/META-INF/resources/api-specifications/ccompat/v7

1 file changed

+3
-0
lines changed

app/src/main/resources-unfiltered/META-INF/resources/api-specifications/ccompat/v7/openapi.json

+3
Original file line numberDiff line numberDiff line change
@@ -1264,6 +1264,9 @@
12641264
{
12651265
"name": "subject",
12661266
"description": "subject (string) – the name of the subject",
1267+
"schema": {
1268+
"type": "string"
1269+
},
12671270
"in": "path",
12681271
"required": true
12691272
},

0 commit comments

Comments
 (0)