Skip to content

Commit

Permalink
OpenAPI spec: remove DB-Object permissions property
Browse files Browse the repository at this point in the history
  • Loading branch information
norrisng-bc committed Feb 6, 2024
1 parent a4c0b5b commit 165a403
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions app/src/docs/v1.api-spec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2070,13 +2070,6 @@ components:
type: string
description: The filename of the original file uploaded
example: foobar.txt
permissions:
type: array
items:
type: string
description: An array of explicit permCodes the current user has. Empty array if authenticated via Basic auth or if user lacks explicit permissions for the object. Attribute only appears if request contains permissions query parameter
example:
- READ
lastSyncedDate:
type: string
format: date-time
Expand Down

0 comments on commit 165a403

Please sign in to comment.