Skip to content

Commit

Permalink
...formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Mar 5, 2024
1 parent 5d165bc commit 604bc69
Showing 1 changed file with 33 additions and 33 deletions.
66 changes: 33 additions & 33 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -171,53 +171,53 @@ documentation:
/bulkProperties:
displayName: 'Bulk Properties Functions'
get:
description: 'Shows the Bulk Properties functions'
responses:
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'
body:
type: !include schemas/bulkPropertes-validate-request.json
responses:
200:
description: 'Validate a Bulk Properties object against the Device Model'
body:
type: !include schemas/bulkPropertes-validate-response.json
type: !include schemas/bulkPropertes-validate-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-validate-response.json
/set:
displayName: 'Set Bulk Properties'
put:
description: 'Set a Bulk Properties object on the Device Model'
body:
type: !include schemas/bulkPropertes-set-request.json
responses:
200:
description: 'Set a Bulk Properties object on the Device Model'
body:
type: !include schemas/bulkPropertes-set-response.json
type: !include schemas/bulkPropertes-set-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-set-response.json
/bulkProperties_alternative:
displayName: 'Bulk Properties Functions'
get:
description: 'GET /rolePaths/root/bulkProperties'
body:
type: !include schemas/bulkPropertes-get-request.json
responses:
200:
description: 'GET /rolePaths/root/bulkProperties'
body:
type: !include schemas/bulkPropertes-get-response.json
type: !include schemas/bulkPropertes-get-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-get-response.json
patch:
description: 'Validate a Bulk Properties object against the Device Model'
body:
type: !include schemas/bulkPropertes-validate-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-validate-response.json
description: 'Validate a Bulk Properties object against the Device Model'
body:
type: !include schemas/bulkPropertes-validate-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-validate-response.json
put:
description: 'Set a Bulk Properties object on the Device Model'
body:
type: !include schemas/bulkPropertes-set-request.json
responses:
200:
description: 'Set a Bulk Properties object on the Device Model'
body:
type: !include schemas/bulkPropertes-set-response.json
type: !include schemas/bulkPropertes-set-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-set-response.json

0 comments on commit 604bc69

Please sign in to comment.