Skip to content

Commit 8781db8

Browse files
authored
Merge pull request #3 from dmstr/fix/openapi-tag-system
✏️ OpenAPI-Tag 'System' (ersetzt 'ZA7 Core')
2 parents 82d33d7 + 1cdabb1 commit 8781db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Entity/Job.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
security: "is_granted('ROLE_USER')",
3535
normalizationContext: ['groups' => ['job:read']],
3636
paginationItemsPerPage: 30,
37-
openapi: new Operation(tags: ['ZA7 Core'])
37+
openapi: new Operation(tags: ['System'])
3838
)]
3939
#[ApiFilter(SearchFilter::class, properties: [
4040
'type' => 'exact',

0 commit comments

Comments
 (0)