/subscription-data/{ueId}/context-data/sdm-subscriptions/{subsId}
put:
Summary: Stores an individual sdm subscriptions of a UE
Operation ID: Updatesdmsubscriptions
Tags:
- SDM Subscription (Document)
Parameters:
- name: ueId
In: path
Required/Optional: true
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'
- name: subsId
In: path
Required/Optional: true
Schema:
Type: string
Request Body:
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/SdmSubscription'
Responses:
'204' Upon success, an empty response body shall be returned
default:
Description: Unexpected error
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
delete:
Summary: Deletes a sdmsubscriptions
Operation ID: RemovesdmSubscriptions
Tags:
- SDM Subscription (Document)
Parameters:
- name: ueId
In: path
Required/Optional: true
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'
- name: subsId
In: path
Required/Optional: true
Description: Unique ID of the subscription to remove
Schema:
Type: string
Responses:
'204' Expected response to a successful subscription removal