Skip to content

Commit

Permalink
Modified reference/danim-openapi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-danim committed Oct 16, 2020
1 parent ef9d405 commit eef94ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/danim-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ paths:
type: string
description: |-
This webhook URL will be sollicitated on video generation success.
It will by default use `POST` method (`application/x-www-form-urlencoded` or `multipart/form-data` if files are added soon, but never `application/json`), and provide the following parameters:
It will by default use `POST` method (Content-Type being `application/x-www-form-urlencoded`), and provide the following parameters:
* `id` (video ID)
* `raw_url` (video cloud raw URL)
* `raw_thumbnail_url` (video thumbnail cloud raw URL)
Expand Down

0 comments on commit eef94ff

Please sign in to comment.