Skip to content

Commit

Permalink
feat: formの更新の部分にwebhook_urlを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
rito528 authored and Lucky3028 committed Jun 21, 2023
1 parent 3176005 commit 159d7c5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions schema/paths/forms/specifyForm/index.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ patch:
- $ref: '../../../types/forms/parameters.yml#/parameters/form_description'
- $ref: '../../../types/forms/parameters.yml#/parameters/start_at'
- $ref: '../../../types/forms/parameters.yml#/parameters/end_at'
- $ref: '../../../types/forms/parameters.yml#/parameters/webhook_url'
responses:
'200':
description: 指定されたFormの更新に成功
Expand Down
7 changes: 7 additions & 0 deletions schema/types/forms/parameters.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@ parameters:
required: false
schema:
$ref: './components.yml#/components/schemas/end_at'
webhook_url:
name: webhookUrl
in: query
description: フォームの変更などを通知するリンク
required: false
schema:
$ref: './components.yml#/components/schemas/webhook_url'
form_label_target:
name: target
in: query
Expand Down

0 comments on commit 159d7c5

Please sign in to comment.