Skip to content

Commit 20a9b99

Browse files
committed
Updated example
1 parent 63ad012 commit 20a9b99

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

static/openapi-spec/marketplace-publish.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ paths:
112112
description: The release was successfully created and it is in `Draft` state. The `Location` header contains the URI of the new release.
113113
headers:
114114
Location:
115-
description: The URI of the newly created release (for example, `/v1/releases/{releaseId}`).
115+
description: The URI of the newly created release (for example, `https://marketplace-api.mendix.com/v1/releases/{releaseId}`).
116116
schema:
117117
type: string
118-
example: "/v1/releases/3fa85f64-5717-4562-b3fc-2c963f66afa6"
118+
example: "https://marketplace-api.mendix.com/v1/releases/{releaseId}/v1/releases/3fa85f64-5717-4562-b3fc-2c963f66afa6"
119119
'400':
120120
description: |-
121121
The request contains invalid or missing data.

0 commit comments

Comments
 (0)