event-id -> event_id for consistency (#22775)
Co-authored-by: Mattermost Build <build@mattermost.com>
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
2917d5fba7
Коммит
a0530da22b
@@ -1249,7 +1249,7 @@ paths:
|
|||||||
500:
|
500:
|
||||||
$ref: "#/components/responses/500"
|
$ref: "#/components/responses/500"
|
||||||
|
|
||||||
/runs/{id}/timeline/{event-id}/:
|
/runs/{id}/timeline/{event_id}/:
|
||||||
delete:
|
delete:
|
||||||
summary: Remove a timeline event from the playbook run
|
summary: Remove a timeline event from the playbook run
|
||||||
operationId: removeTimelineEvent
|
operationId: removeTimelineEvent
|
||||||
@@ -1265,7 +1265,7 @@ paths:
|
|||||||
example: zjy2q2iy2jafl0lo2oddos5xn7
|
example: zjy2q2iy2jafl0lo2oddos5xn7
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
- name: event-id
|
- name: event_id
|
||||||
in: path
|
in: path
|
||||||
required: true
|
required: true
|
||||||
description: ID of the timeline event to be deleted
|
description: ID of the timeline event to be deleted
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user