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 f892515 commit a2f0ddeCopy full SHA for a2f0dde
webapp/config/packages/nelmio_api_doc.yaml
@@ -50,6 +50,7 @@ nelmio_api_doc:
50
description: The ID of the entity to get
51
required: true
52
schema:
53
+ $ref: "#/components/schemas/Id"
54
type: string
55
pattern: "^[A-Za-z0-9]{1,255}$"
56
maxLength: 255
@@ -74,7 +75,7 @@ nelmio_api_doc:
74
75
76
type: array
77
items:
- $ref: "#/components/parameters/id"
78
79
strict:
80
name: strict
81
in: query
@@ -102,6 +103,10 @@ nelmio_api_doc:
102
103
104
105
schemas:
106
+ Id:
107
+ type: string
108
+ pattern: "^[A-Za-z0-9]{1,255}$"
109
+ maxLength: 255
110
ImageList:
111
112
0 commit comments