Skip to content

Commit

Permalink
Topic files
Browse files Browse the repository at this point in the history
  • Loading branch information
jasollien committed Aug 12, 2024
1 parent b5292c6 commit ad47719
Showing 1 changed file with 29 additions and 7 deletions.
36 changes: 29 additions & 7 deletions swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -503,19 +503,41 @@ paths:
content:
application/json:
schema:
type: array
items:
$ref: '#/components/schemas/file_GET'
example:
[{
type: object
required:
skip
top
totalCount
data
properties:
skip:
type: integer
top:
type: integer
totalCount:
type: integer
nextLink:
type: string
data:
type: array
items:
$ref: "#/components/schemas/file_GET"
example:
{
"skip": 0,
"top": 1000,
"totalCount": 2,
"nextLink": null,
"data": [{
"ifc_project": "0J$yPqHBD12v72y4qF6XcD",
"file_name": "OfficeBuilding_Architecture_0001.ifc",
"reference": "https://example.com/files/0J$yPqHBD12v72y4qF6XcD_0001.ifc"
}, {
}, {
"ifc_project": "3hwBHP91jBRwPsmyf$3Hea",
"file_name": "OfficeBuilding_Heating_0003.ifc",
"reference": "cf37bae6-0900-46be-b37f-b34754fe0b4a"
}]
}]
}
put:
summary: Update File
description: |
Expand Down

0 comments on commit ad47719

Please sign in to comment.