Skip to content

Commit

Permalink
update spec
Browse files Browse the repository at this point in the history
  • Loading branch information
christinaausley committed Aug 20, 2024
1 parent 11b9146 commit d343afc
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions api/camunda/camunda-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ paths:
get:
tags:
- License
summary: Get status of Camunda License
description: Obtains the status of the current Camunda License
summary: Get status of Camunda license
description: Obtains the status of the current Camunda license
responses:
"200":
description: Obtains the current status of the Camunda license
Expand Down Expand Up @@ -546,7 +546,7 @@ paths:
:::note
This endpoint is experimental and not enabled on Camunda clusters out of the box.
See [Camunda 8 REST API overview](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api)
See the [Camunda 8 REST API overview](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api)
for further details.
:::
requestBody:
Expand Down Expand Up @@ -588,7 +588,7 @@ paths:
:::note
This endpoint is experimental and not enabled on Camunda clusters out of the box.
See [Camunda 8 REST API overview](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api)
See the [Camunda 8 REST API overview](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api)
for further details.
:::
requestBody:
Expand Down Expand Up @@ -630,7 +630,7 @@ paths:
:::note
This endpoint is experimental and not enabled on Camunda clusters out of the box.
See [Camunda 8 REST API overview](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api)
See the [Camunda 8 REST API overview](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api)
for further details.
:::
requestBody:
Expand Down Expand Up @@ -665,14 +665,14 @@ paths:
/decision-requirements/search:
post:
tags:
- Decision Requirements
- Decision requirements
summary: Query decision requirements (experimental)
description: |
Search for decision requirements based on given criteria.
:::note
This endpoint is experimental and not enabled on Camunda clusters out of the box.
See [Camunda 8 REST API overview](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api)
See the [Camunda 8 REST API overview](/apis-tools/camunda-api-rest/camunda-api-rest-overview.md#query-api)
for further details.
:::
requestBody:
Expand All @@ -684,14 +684,14 @@ paths:
responses:
"200":
description: >
The Decision Requirements Search successful response.
The decision requirements search successful response.
content:
application/json:
schema:
$ref: "#/components/schemas/DecisionRequirementsSearchQueryResponse"
"400":
description: >
The Decision Requirements Search Query failed.
The decision requirements search query failed.
More details are provided in the response body.
/users:
post:
Expand All @@ -708,10 +708,10 @@ paths:
responses:
"204":
description: |
The User was created successfully.
The user was created successfully.
"400":
description: |
The User could not be created.
The user could not be created.
More details are provided in the response body.
content:
application/problem+json:
Expand Down Expand Up @@ -743,9 +743,9 @@ paths:
post:
tags:
- Message
summary: Correlate a Message
summary: Correlate a message
description: |
Publishes a Message and correlates it to a subscription. If correlation is successful it
Publishes a message and correlates it to a subscription. If correlation is successful it
will return the first process instance key the message correlated with.
requestBody:
required: true
Expand Down Expand Up @@ -773,13 +773,13 @@ paths:
schema:
$ref: "#/components/schemas/ProblemDetail"
"404":
description: Not Found
description: Not found
content:
application/problem+json:
schema:
$ref: "#/components/schemas/ProblemDetail"
"500":
description: Internal Server Error
description: Internal server error
content:
application/problem+json:
schema:
Expand Down Expand Up @@ -1062,11 +1062,11 @@ components:
type: object
properties:
validLicense:
description: True if the Camunda License is valid, false if otherwise
description: True if the Camunda license is valid, false if otherwise
type: boolean
nullable: false
licenseType:
description: Will return the license type property of the Camunda License
description: Will return the license type property of the Camunda license
type: string
BrokerInfo:
description: Provides information on a broker node.
Expand Down Expand Up @@ -1392,7 +1392,7 @@ components:
Providing any of those attributes with a null value or omitting it preserves the persisted attribute’s value.
The job cannot be completed or failed with this endpoint, use the Complete job or Fail job endpoints instead.
The job cannot be completed or failed with this endpoint, use the complete job or fail job endpoints instead.
type: object
additionalProperties: true
properties:
Expand Down

0 comments on commit d343afc

Please sign in to comment.