VNFConfiguration_resp.yaml 590 Bytes
Newer Older
1
2
3
responses:
  409:
    description: >
Gergely Csatari's avatar
Gergely Csatari committed
4
5
      Conflict

6
7
8
9
10
11
12
13
14
      Another request is in progress that prohibits the fulfilment of
      the current request, or the current resource state is inconsistent
      with the request.
    headers:
      Content-Type:
        description: The MIME type of the body of the response.
        type: string
        maximum: 1
        minimum: 1
15
16
17
18
19
      Version:
        description: The used API version.
        type: string
        maximum: 1
        minimum: 1
20
21
    schema:
      $ref: "../../../definitions/SOL002SOL003_def.yaml#/definitions/ProblemDetails"