Skip to content

Commit

Permalink
Postman updated Danim API 1.0.0
Browse files Browse the repository at this point in the history
Commit reference: YjgyZjAzNmItYmU3Mi00NDFlLThlMzEtMjc1ZDZjZDViYTM1
  • Loading branch information
Postman Integration committed Sep 11, 2020
1 parent 77b4608 commit 0147cff
Showing 1 changed file with 30 additions and 1 deletion.
31 changes: 30 additions & 1 deletion reference/danim-openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,36 @@ paths:
- file
properties:
file:
$ref: ../models/File.yaml
properties:
id:
type: string
description: ID of the file
created_at:
type: string
description: Date of creation
path:
type: string
description: Relative cloud path (found in the URL)
original_name:
type: string
description: Client file name on upload
mime_type:
type: string
description: MIME type of the file
url:
type: string
description: Complete cloud URL of the file
size:
type: integer
description: Size of the file (B)
required:
- id
- created_at
- path
- original_name
- mime_type
- url
- size
required:
- success
- data
Expand Down

0 comments on commit 0147cff

Please sign in to comment.