diff --git a/static/openapi-spec/catalog-common-definitions_v5.yaml b/static/openapi-spec/catalog-common-definitions_v5.yaml index 0cd2f0e12ff..7c4c942fbfd 100644 --- a/static/openapi-spec/catalog-common-definitions_v5.yaml +++ b/static/openapi-spec/catalog-common-definitions_v5.yaml @@ -241,6 +241,7 @@ components: required: - name - fullyQualifiedName + - links properties: name: type: string @@ -274,6 +275,14 @@ components: returnType: allOf: - $ref: "#/components/schemas/ReturnType" + links: + type: array + description: Deeplink to the detail page of the action in the Catalog. + items: + $ref: "#/components/schemas/Link" + example: + - rel: "Catalog" + href: https://catalog.mendix.com/link/action?EndpointUUID=9e26c386-9316-4a33-9963-8fe9f69a5117&ActionUUID=39a261cc-bb79-435e-8194-1cfe9b1cd693' Application_Base: required: - name