Commit 7770b926 authored by Walter Featherstone's avatar Walter Featherstone
Browse files

Replace put with post in /services



Signed-off-by: default avatarWalter Featherstone <wol190@gmail.com>
parent 3bedb928
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -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:
......
get:
$ref: ./Services.GET.yaml
put:
post:
$ref: ./Services.POST.yaml
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment