From a8c00a9a5846f6906d679e79f5d17fbd8aa6921b Mon Sep 17 00:00:00 2001 From: "Jonathan Thorpe (Sony)" Date: Mon, 4 Mar 2024 16:53:40 +0000 Subject: [PATCH] Removed examples from bulkProperties --- APIs/ConfigurationAPI.raml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/APIs/ConfigurationAPI.raml b/APIs/ConfigurationAPI.raml index 90e692e..1939cdc 100644 --- a/APIs/ConfigurationAPI.raml +++ b/APIs/ConfigurationAPI.raml @@ -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: @@ -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' @@ -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