{"openapi":"3.0.4","info":{"title":"Create a new folder in LUSID Drive","version":"0.0.1"},"servers":[{"url":"https://fbn-prd.lusid.com/drive"}],"paths":{"/api/folders":{"post":{"tags":["Folders"],"summary":"Create a new folder in LUSID Drive","operationId":"CreateFolder","requestBody":{"description":"A CreateFolder object that defines the name and path of the new folder","content":{"application/json":{"schema":{"$ref":"/docs/api/drive/schemas.json#/components/schemas/CreateFolder"},"example":{"path":"/path/to/saveTo/","name":"folderName"}}},"required":true},"responses":{"201":{"description":"Created","content":{"application/json":{"schema":{"$ref":"/docs/api/drive/schemas.json#/components/schemas/StorageObject"},"example":{"id":"fb7225b63b864752aa03ba37872fe8e8s31w","path":"/documents/admin/legals","name":"mylegaldocument.docx","createdBy":"00u3dipdntsyNqFf51t7","createdOn":"2020-01-02T00:00:00.0000000+00:00","updatedBy":"00u6po8cnkZoLoS5j1t7","updatedOn":"2020-03-02T00:00:00.0000000+00:00","type":"File","size":123456,"status":"Available","statusDetail":""}},"text/plain":{"schema":{"$ref":"/docs/api/drive/schemas.json#/components/schemas/StorageObject"},"example":{"id":"fb7225b63b864752aa03ba37872fe8e8s31w","path":"/documents/admin/legals","name":"mylegaldocument.docx","createdBy":"00u3dipdntsyNqFf51t7","createdOn":"2020-01-02T00:00:00.0000000+00:00","updatedBy":"00u6po8cnkZoLoS5j1t7","updatedOn":"2020-03-02T00:00:00.0000000+00:00","type":"File","size":123456,"status":"Available","statusDetail":""}},"text/json":{"schema":{"$ref":"/docs/api/drive/schemas.json#/components/schemas/StorageObject"},"example":{"id":"fb7225b63b864752aa03ba37872fe8e8s31w","path":"/documents/admin/legals","name":"mylegaldocument.docx","createdBy":"00u3dipdntsyNqFf51t7","createdOn":"2020-01-02T00:00:00.0000000+00:00","updatedBy":"00u6po8cnkZoLoS5j1t7","updatedOn":"2020-03-02T00:00:00.0000000+00:00","type":"File","size":123456,"status":"Available","statusDetail":""}}}},"400":{"description":"The details of the input related failure","content":{"application/json":{"schema":{"$ref":"/docs/api/drive/schemas.json#/components/schemas/LusidValidationProblemDetails"}},"text/plain":{"schema":{"$ref":"/docs/api/drive/schemas.json#/components/schemas/LusidValidationProblemDetails"}},"text/json":{"schema":{"$ref":"/docs/api/drive/schemas.json#/components/schemas/LusidValidationProblemDetails"}}}},"default":{"description":"Error response","content":{"application/json":{"schema":{"$ref":"/docs/api/drive/schemas.json#/components/schemas/LusidProblemDetails"}}}}},"security":[{"BearerAuth":[]}],"x-fbn-apistatus":"EarlyAccess"}}},"components":{"securitySchemes":{"BearerAuth":{"type":"http","scheme":"bearer"}}}}