Skip to content

Commit

Permalink
Add bulkProperties endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Mar 4, 2024
1 parent da026cd commit e8dbdac
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ documentation:
description: 'Returned when the requested Role Path does not exist. Corresponds to NcMethodStatus code 404.'
body:
type: !include schemas/ms05-error.json
/bulkProperties:
displayName: 'Bulk Properties'
get:
description: 'Get Bulk Properties of the object'
queryParameters:
recurse:
description: True will get Bulk Properties for this object and all child objects
type: boolean
responses:
200:
body:
/properties:
displayName: 'Properties'
get:
Expand Down Expand Up @@ -154,3 +165,24 @@ documentation:
description: 'Returned when the Class Descriptor of this object was unable to be retrieved. Corresponds to NcMethodStatus code 500.'
body:
type: !include schemas/ms05-error.json
/bulkProperties:
displayName: 'Bulk Properties Functions'
get:
description: 'Shows the Bulk Properties functions'
responses:
200:
body:
/validate:
displayName: 'Validate Bulk Properties'
patch:
description: 'Validate a Bulk Properties object against the Device Model'
responses:
200:
body:
/set:
displayName: 'Set Bulk Properties'
put:
description: 'Set a Bulk Properties object on the Device Model'
responses:
200:
body:

0 comments on commit e8dbdac

Please sign in to comment.