Skip to content

Commit 93a57ae

Browse files
committed
Update openapi
1 parent 8f0dabc commit 93a57ae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

openapi/openapiv2.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11291,7 +11291,7 @@
1129111291
"type": "object",
1129211292
"$ref": "#/definitions/v1Link"
1129311293
},
11294-
"description": "Links to be associated with the activity."
11294+
"description": "Links associated with the activity."
1129511295
}
1129611296
},
1129711297
"description": "Information about a standalone activity."
@@ -16494,7 +16494,7 @@
1649416494
},
1649516495
"link": {
1649616496
"$ref": "#/definitions/v1Link",
16497-
"description": "Link to the activity event."
16497+
"description": "Link to the started activity."
1649816498
}
1649916499
}
1650016500
},

openapi/openapiv3.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8240,7 +8240,7 @@ components:
82408240
type: array
82418241
items:
82428242
$ref: '#/components/schemas/Link'
8243-
description: Links to be associated with the activity.
8243+
description: Links associated with the activity.
82448244
description: Information about a standalone activity.
82458245
ActivityExecutionListInfo:
82468246
type: object
@@ -14330,7 +14330,7 @@ components:
1433014330
link:
1433114331
allOf:
1433214332
- $ref: '#/components/schemas/Link'
14333-
description: Link to the activity event.
14333+
description: Link to the started activity.
1433414334
StartBatchOperationRequest:
1433514335
type: object
1433614336
properties:

0 commit comments

Comments
 (0)