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 Sep 11, 2020
1 parent 7a9d329 commit 258b325
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions reference/danim-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ paths:
file: ...(binary)...
description: ''
tags:
- upload
- public
/write/video/create:
post:
Expand Down Expand Up @@ -283,6 +284,7 @@ paths:
description: ''
tags:
- public
- video
parameters: []
/write/video/change:
post:
Expand Down Expand Up @@ -339,6 +341,7 @@ paths:
type: VideoNotFound
tags:
- public
- video
description: 'This endpoint lets you change your video: name, description, etc.'
requestBody:
content:
Expand Down Expand Up @@ -435,6 +438,7 @@ paths:
parameters: []
tags:
- public
- video
requestBody:
content:
application/json:
Expand All @@ -458,6 +462,7 @@ paths:
summary: Generate a video
tags:
- public
- video
responses:
'200':
description: ''
Expand Down Expand Up @@ -546,6 +551,8 @@ components:
in: header
tags:
- name: public
- name: upload
- name: video
security:
- App ID: []
- App Secret: []

0 comments on commit 258b325

Please sign in to comment.