From 604bc69a20fb02b621c2aed56d333067bbf86ecb Mon Sep 17 00:00:00 2001 From: "Jonathan Thorpe (Sony)" Date: Tue, 5 Mar 2024 09:35:33 +0000 Subject: [PATCH] ...formatting --- APIs/ConfigurationAPI.raml | 66 +++++++++++++++++++------------------- 1 file changed, 33 insertions(+), 33 deletions(-) diff --git a/APIs/ConfigurationAPI.raml b/APIs/ConfigurationAPI.raml index 452e454..1fb99d8 100644 --- a/APIs/ConfigurationAPI.raml +++ b/APIs/ConfigurationAPI.raml @@ -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