Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-r-thorpe committed Mar 5, 2024
1 parent 7d73b8a commit 58cadbf
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ documentation:
get:
description: 'Get Bulk Properties of the object'
body:
type: !include schemas/bulkPropertes-get-request.json
type: !include schemas/bulkProperties-get-request.json
queryParameters:
recurse:
description: True will get Bulk Properties for this object and all child objects
type: boolean
responses:
200:
body:
type: !include schemas/bulkPropertes-get-response.json
type: !include schemas/bulkProperties-get-response.json
/properties:
displayName: 'Properties'
get:
Expand Down Expand Up @@ -180,44 +180,44 @@ documentation:
patch:
description: 'Validate a Bulk Properties object against the Device Model'
body:
type: !include schemas/bulkPropertes-validate-request.json
type: !include schemas/bulkProperties-validate-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-validate-response.json
type: !include schemas/bulkProperties-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
type: !include schemas/bulkProperties-set-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-set-response.json
type: !include schemas/bulkProperties-set-response.json
/bulkProperties_alternative:
displayName: 'Bulk Properties Functions'
get:
description: 'GET /rolePaths/root/bulkProperties'
body:
type: !include schemas/bulkPropertes-get-request.json
type: !include schemas/bulkProperties-get-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-get-response.json
type: !include schemas/bulkProperties-get-response.json
patch:
description: 'Validate a Bulk Properties object against the Device Model'
body:
type: !include schemas/bulkPropertes-validate-request.json
type: !include schemas/bulkProperties-validate-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-validate-response.json
type: !include schemas/bulkProperties-validate-response.json
put:
description: 'Set a Bulk Properties object on the Device Model'
body:
type: !include schemas/bulkPropertes-set-request.json
type: !include schemas/bulkProperties-set-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-set-response.json
type: !include schemas/bulkProperties-set-response.json

0 comments on commit 58cadbf

Please sign in to comment.