Skip to content

Commit

Permalink
Removed examples from bulkProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Mar 4, 2024
1 parent e64ef93 commit a8c00a9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ documentation:
get:
description: 'Get Bulk Properties of the object'
body:
example: !include ../examples/bulkPropertes-get-request.json
type: !include schemas/bulkPropertes-get-request.json
queryParameters:
recurse:
Expand All @@ -60,7 +59,6 @@ documentation:
responses:
200:
body:
example: !include ../examples/bulkPropertes-get-response-200.json
type: !include schemas/bulkPropertes-get-response.json
/properties:
displayName: 'Properties'
Expand Down Expand Up @@ -182,54 +180,44 @@ documentation:
patch:
description: 'Validate a Bulk Properties object against the Device Model'
body:
example: !include ../examples/bulkPropertes-validate-request.json
type: !include schemas/bulkPropertes-validate-request.json
responses:
200:
body:
example: !include ../examples/bulkPropertes-validate-response-200.json
type: !include schemas/bulkPropertes-validate-response.json
/set:
displayName: 'Set Bulk Properties'
put:
description: 'Set a Bulk Properties object on the Device Model'
body:
example: !include ../examples/bulkPropertes-set-request.json
type: !include schemas/bulkPropertes-set-request.json
responses:
200:
body:
example: !include ../examples/bulkPropertes-set-response-200.json
type: !include schemas/bulkPropertes-set-response.json
/bulkProperties_alternative:
displayName: 'Bulk Properties Functions'
get:
description: 'GET /rolePaths/root/bulkProperties'
body:
example: !include ../examples/bulkPropertes-get-request.json
type: !include schemas/bulkPropertes-get-request.json
responses:
200:
body:
example: !include ../examples/bulkPropertes-get-response-200.json
type: !include schemas/bulkPropertes-get-response.json
patch:
description: 'Validate a Bulk Properties object against the Device Model'
body:
example: !include ../examples/bulkPropertes-validate-request.json
type: !include schemas/bulkPropertes-validate-request.json
responses:
200:
body:
example: !include ../examples/bulkPropertes-validate-response-200.json
type: !include schemas/bulkPropertes-validate-response.json
put:
description: 'Set a Bulk Properties object on the Device Model'
body:
example: !include ../examples/bulkPropertes-set-request.json
type: !include schemas/bulkPropertes-set-request.json
responses:
200:
body:
example: !include ../examples/bulkPropertes-set-response-200.json
type: !include schemas/bulkPropertes-set-response.json

0 comments on commit a8c00a9

Please sign in to comment.