upgrade io.openapiprocessor:openapi-processor-spring to 2024.2 (#42)
Co-authored-by: Michael Hoennig <michael@hoennig.de> Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/42 Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
This commit is contained in:
build.gradle
src/main/resources/api-definition
hs-office
hs-office-bankaccounts-with-uuid.yamlhs-office-bankaccounts.yamlhs-office-contacts-with-uuid.yamlhs-office-contacts.yamlhs-office-coopassets-with-uuid.yamlhs-office-coopassets.yamlhs-office-coopshares-with-uuid.yamlhs-office-coopshares.yamlhs-office-debitor-schemas.yamlhs-office-debitors-with-uuid.yamlhs-office-debitors.yamlhs-office-membership-schemas.yamlhs-office-memberships-with-uuid.yamlhs-office-memberships.yamlhs-office-partner-schemas.yamlhs-office-partners-with-uuid.yamlhs-office-partners.yamlhs-office-persons-with-uuid.yamlhs-office-persons.yamlhs-office-relation-schemas.yamlhs-office-relations-with-uuid.yamlhs-office-relations.yamlhs-office-sepamandate-schemas.yamlhs-office-sepamandates-with-uuid.yamlhs-office-sepamandates.yamlhs-office.yaml
rbac
@@ -4,8 +4,8 @@ get:
|
||||
description: 'Fetch a single share transaction by its uuid, if visible for the current subject.'
|
||||
operationId: getCoopShareTransactionByUuid
|
||||
parameters:
|
||||
- $ref: './auth.yaml#/components/parameters/currentUser'
|
||||
- $ref: './auth.yaml#/components/parameters/assumedRoles'
|
||||
- $ref: 'auth.yaml#/components/parameters/currentUser'
|
||||
- $ref: 'auth.yaml#/components/parameters/assumedRoles'
|
||||
- name: shareTransactionUUID
|
||||
in: path
|
||||
required: true
|
||||
@@ -19,9 +19,9 @@ get:
|
||||
content:
|
||||
'application/json':
|
||||
schema:
|
||||
$ref: './hs-office-coopshares-schemas.yaml#/components/schemas/HsOfficeCoopSharesTransaction'
|
||||
$ref: 'hs-office-coopshares-schemas.yaml#/components/schemas/HsOfficeCoopSharesTransaction'
|
||||
|
||||
"401":
|
||||
$ref: './error-responses.yaml#/components/responses/Unauthorized'
|
||||
$ref: 'error-responses.yaml#/components/responses/Unauthorized'
|
||||
"403":
|
||||
$ref: './error-responses.yaml#/components/responses/Forbidden'
|
||||
$ref: 'error-responses.yaml#/components/responses/Forbidden'
|
||||
|
Reference in New Issue
Block a user