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 a8c00a9 commit 5d165bc
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions APIs/ConfigurationAPI.raml
Original file line number Diff line number Diff line change
Expand Up @@ -202,17 +202,17 @@ documentation:
body:
type: !include schemas/bulkPropertes-get-request.json
responses:
200:
body:
type: !include schemas/bulkPropertes-get-response.json
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
200:
body:
type: !include schemas/bulkPropertes-validate-response.json
put:
description: 'Set a Bulk Properties object on the Device Model'
body:
Expand Down

0 comments on commit 5d165bc

Please sign in to comment.