aboutsummaryrefslogtreecommitdiffstats
path: root/products/onap-dublin/features/vfc/src/main/resources/open-cli-sample/nslcm/vfc-nslcm-subscription-schema-moco.json
blob: 4638fe5e3bd45690f6fe057f49818b5e6c861c7b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
            "post":{
                "operationId":"api_nslcm_v1_subscriptions_create",
                "description":"",
                "parameters":[
                    {
                        "name":"data",
                        "in":"body",
                        "required":true,
                        "schema":{
                            "$ref":"#/definitions/LccnSubscriptionRequest"
                        }
                    }
                ],
                "responses":{
                    "201":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/LccnSubscription"
                        }
                    },
                    "303":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ProblemDetails"
                        }
                    },
                    "500":{
                        "description":"",
                        "schema":{
                            "$ref":"#/definitions/ProblemDetails"
                        }
                    }
                },
                "tags":[
                    "api"
                ]
            },
            "parameters":[

            ]
        }