/subscription-data/{ueId}/context-data/ee-subscriptions/{subsId}
put:
Summary: Stores an individual ee subscriptions of a UE
Operation ID: UpdateEesubscriptions
Tags:
- Event Exposure 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/EeSubscription'
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 eeSubscription
Operation ID: RemoveeeSubscriptions
Tags:
- Event Exposure 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