Skip to content

Commit a2473f2

Browse files
authored
Merge pull request #9534 from srv-datahubcatalog/datahub-6004263
datahub - Updated OpenAPI specifications
2 parents 4e278d6 + 9468a34 commit a2473f2

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

static/openapi-spec/catalog-common-definitions_v5.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,7 @@ components:
241241
required:
242242
- name
243243
- fullyQualifiedName
244+
- links
244245
properties:
245246
name:
246247
type: string
@@ -274,6 +275,14 @@ components:
274275
returnType:
275276
allOf:
276277
- $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'
277286
Application_Base:
278287
required:
279288
- name

0 commit comments

Comments
 (0)