Skip to content

Commit 6b3318d

Browse files
authored
Merge pull request #463 from dotkernel/arhimede-patch-1
Update API version in OpenAPI schema
2 parents 3fc63ac + 3f577e6 commit 6b3318d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App/src/OpenAPI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@
8787
#[OA\Schema(
8888
schema: 'HomeMessage',
8989
properties: [
90-
new OA\Property(property: 'message', type: 'string', default: 'Dotkernel API version 5'),
90+
new OA\Property(property: 'message', type: 'string', default: 'Dotkernel API version 6'),
9191
],
9292
type: 'object',
9393
)]

0 commit comments

Comments
 (0)