We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e278d6 + 9468a34 commit a2473f2Copy full SHA for a2473f2
static/openapi-spec/catalog-common-definitions_v5.yaml
@@ -241,6 +241,7 @@ components:
241
required:
242
- name
243
- fullyQualifiedName
244
+ - links
245
properties:
246
name:
247
type: string
@@ -274,6 +275,14 @@ components:
274
275
returnType:
276
allOf:
277
- $ref: "#/components/schemas/ReturnType"
278
+ links:
279
+ type: array
280
+ description: Deeplink to the detail page of the action in the Catalog.
281
+ items:
282
+ $ref: "#/components/schemas/Link"
283
+ example:
284
+ - rel: "Catalog"
285
+ href: https://catalog.mendix.com/link/action?EndpointUUID=9e26c386-9316-4a33-9963-8fe9f69a5117&ActionUUID=39a261cc-bb79-435e-8194-1cfe9b1cd693'
286
Application_Base:
287
288
0 commit comments