hs.hsadmin.ng/src/main/resources/api-definition
2022-08-16 10:46:41 +02:00
..
api-definition split api-definition.yaml 2022-08-11 09:29:15 +02:00
auth.yaml split api-definition.yaml 2022-08-11 09:29:15 +02:00
error-responses.yaml implements create new rbac-user and transacted JpaAttemp 2022-08-12 17:56:39 +02:00
hs-customer-schemas.yaml split api-definition.yaml 2022-08-11 09:29:15 +02:00
hs-customers.yaml POST to /api/customers response 200 -> 201 2022-08-13 14:58:19 +02:00
hs-package-schemas.yaml fix references in api-definition 2022-08-11 12:43:29 +02:00
hs-packages-uuid.yaml fix references in api-definition 2022-08-11 12:43:29 +02:00
hs-packages.yaml fix references in api-definition 2022-08-11 12:43:29 +02:00
rbac-grant-schemas.yaml implements user granting roles to other users 2022-08-16 10:46:41 +02:00
rbac-grants.yaml creating and viewing grants 2022-08-13 16:47:36 +02:00
rbac-role-schemas.yaml split api-definition.yaml 2022-08-11 09:29:15 +02:00
rbac-roles.yaml split api-definition.yaml 2022-08-11 09:29:15 +02:00
rbac-user-schemas.yaml split api-definition.yaml 2022-08-11 09:29:15 +02:00
rbac-users-permissions.yaml split api-definition.yaml 2022-08-11 09:29:15 +02:00
rbac-users.yaml implements create new rbac-user and transacted JpaAttemp 2022-08-12 17:56:39 +02:00
README.md split api-definition.yaml 2022-08-11 09:29:15 +02:00

The symbolik self-link 'api-definition' is a workaround to align IntelliJ IDEAs relative link interpretation with the interpretation of OpenAPI-generator. Where IDEA only uses the path of the file in which the $ref is used, the OpenAPI-generator always uses the path of the root API definition to resolve relative links.

See also https://github.com/OpenAPITools/openapi-generator/issues/10320.