ServicesServiceId.PUT.yaml 567 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
description: This method updates the information about a meService resource
operationId: ServicesServiceId.PUT
produces:
- application/json
parameters:
- $ref: '#/parameters/Path.ServiceId'
- $ref: '#/parameters/Body.ServiceInfo'

responses:
  200:
    description: Upon success, a response body containing data type describing the updated ServiceInfo is returned
    schema:
      type: object
      properties:
        ServiceInfo:
          $ref: '#/definitions/ServiceInfo'
     
    examples:
      application/json:
        $ref: '../examples/ServiceInfo.json'