Loading OpenAPI/TS28532_ProvMnS.yaml +35 −0 Original line number Diff line number Diff line Loading @@ -357,6 +357,41 @@ paths: application/json: schema: $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponseDefault' '/{URI-LDN-first-part}': parameters: - name: URI-LDN-first-part in: path required: true schema: type: string post: summary: Creates a complete single resource description: >- With HTTP POST a complete single resource is created. The identifier of the new resource is assigned by the MnS producer. requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/Resource' responses: '201': description: >- Success case ("201 Created"). This status code shall be returned when the resource is created. The representation of the created resource is returned in the response message body. content: application/json: schema: $ref: '#/components/schemas/Resource' default: description: Error case. content: application/json: schema: $ref: 'comDefs.yaml#/components/schemas/ErrorResponse' components: schemas: CmNotificationTypes: Loading Loading
OpenAPI/TS28532_ProvMnS.yaml +35 −0 Original line number Diff line number Diff line Loading @@ -357,6 +357,41 @@ paths: application/json: schema: $ref: 'TS28623_ComDefs.yaml#/components/schemas/ErrorResponseDefault' '/{URI-LDN-first-part}': parameters: - name: URI-LDN-first-part in: path required: true schema: type: string post: summary: Creates a complete single resource description: >- With HTTP POST a complete single resource is created. The identifier of the new resource is assigned by the MnS producer. requestBody: required: true content: application/json: schema: $ref: '#/components/schemas/Resource' responses: '201': description: >- Success case ("201 Created"). This status code shall be returned when the resource is created. The representation of the created resource is returned in the response message body. content: application/json: schema: $ref: '#/components/schemas/Resource' default: description: Error case. content: application/json: schema: $ref: 'comDefs.yaml#/components/schemas/ErrorResponse' components: schemas: CmNotificationTypes: Loading