We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3fc63ac + 3f577e6 commit 6b3318dCopy full SHA for 6b3318d
1 file changed
src/App/src/OpenAPI.php
@@ -87,7 +87,7 @@
87
#[OA\Schema(
88
schema: 'HomeMessage',
89
properties: [
90
- new OA\Property(property: 'message', type: 'string', default: 'Dotkernel API version 5'),
+ new OA\Property(property: 'message', type: 'string', default: 'Dotkernel API version 6'),
91
],
92
type: 'object',
93
)]
0 commit comments