From 7770b92602b14db5fdb2a14aec1880d8ebbd1b93 Mon Sep 17 00:00:00 2001 From: Walter Featherstone Date: Fri, 20 Jul 2018 12:42:41 +0100 Subject: [PATCH] Replace put with post in /services Signed-off-by: Walter Featherstone --- Mp1.json | Bin 167882 -> 167884 bytes Mp1.yaml | 2 +- paths/Services.yaml | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Mp1.json b/Mp1.json index b1dbbd77cfbc08da5a37d2aa34adbcf8cb5739c9..2607610a67ab083246d3416171ce3cdcaad5588d 100644 GIT binary patch delta 29 lcmX>#pX@Ho0J{$kaMUwpJO&tujpO`T^b14GsVR delta 25 hcmX>zpX=0ot_}PCPu4pXF|~n_tyPY3s~pq1egL6y3kv`M diff --git a/Mp1.yaml b/Mp1.yaml index 6995650..93c6ebf 100644 --- a/Mp1.yaml +++ b/Mp1.yaml @@ -674,7 +674,7 @@ paths: properties: ProblemDetails: $ref: '#/definitions/ProblemDetails' - put: + post: description: This method is used to create a meService resource. This method is typically used in "service availability update and new service registration" procedure operationId: Services.POST produces: diff --git a/paths/Services.yaml b/paths/Services.yaml index dcba278..62879fd 100644 --- a/paths/Services.yaml +++ b/paths/Services.yaml @@ -1,5 +1,5 @@ get: $ref: ./Services.GET.yaml -put: +post: $ref: ./Services.POST.yaml \ No newline at end of file -- GitLab