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

Replace put with post in /services

parent 3bedb928
Loading
Loading
Loading
Loading
+0 −0

File changed.

Preview suppressed by a .gitattributes entry or the file's encoding is unsupported.

+1 −1
Original line number Diff line number Diff line
@@ -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:
+1 −1
Original line number Diff line number Diff line
get:
  $ref: ./Services.GET.yaml

put:
post:
  $ref: ./Services.POST.yaml
 No newline at end of file