description:apiRoot as defined in clause 6.5 of 3GPP TS 29.549.
paths:
/datasources-reg-lists:
post:
description:Register a new Data Source Registration.
operationId:DataSourceRegistration
tags:
-Data Source Registration List (Collection)
requestBody:
required:true
content:
application/json:
schema:
$ref:'#/components/schemas/DataSourceRegReq'
responses:
'201':
description:>
Created. The Data Source Registration List is successfully created and a representation of the created Individual Data Source Registration List resource is returned.
content:
application/json:
schema:
$ref:'#/components/schemas/DataSourceRegReq'
headers:
Location:
description:Contains the URI of the newly created resource.