From 0b57b12e6448cc73a7cf471b5ab90c31138ba56e Mon Sep 17 00:00:00 2001 From: moscatelli Date: Wed, 10 Jul 2019 12:14:03 +0200 Subject: [PATCH] SOL005_58: 202 reponse code updated --- src/SOL005/responses/SOL005_resp.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/SOL005/responses/SOL005_resp.yaml b/src/SOL005/responses/SOL005_resp.yaml index 0103771..9fe3455 100644 --- a/src/SOL005/responses/SOL005_resp.yaml +++ b/src/SOL005/responses/SOL005_resp.yaml @@ -7,7 +7,7 @@ responses: description: > 202 ACCEPTED - The request was accepted for processing, but the processing has not + The request has been accepted for processing, but the processing has not been completed. The response body shall be empty. The HTTP response shall include a "Location" HTTP header that contains the URI of the newly-created @@ -23,6 +23,8 @@ responses: description: The resource URI of the created NS instance type: string format: url + maximum: 1 + minimum: 0 WWW-Authenticate: description: > Challenge if the corresponding HTTP request has not provided @@ -44,17 +46,13 @@ responses: description: > 202 ACCEPTED - The request was accepted for processing, but the processing has not + The request has been accepted for processing, but the processing has not been completed. On success, the HTTP response shall include a "Location" HTTP header that contains the URI of the newly-created "NS Descriptor operation occurrence" resource corresponding to the operation. The response body shall be empty. headers: - Location: - description: The resource URI of the created NS instance - type: string - format: url WWW-Authenticate: description: > Challenge if the corresponding HTTP request has not provided -- GitLab