/subscription-data/group-data/{ueGroupId}/ee-subscriptions/{subsId}
put:
Summary: Stores an individual ee subscription of a group of UEs or any UE
Operation ID: UpdateEeGroupSubscriptions
Tags:
- Event Exposure Subscription (Document)
Parameters:
- name: ueGroupId
In: path
Required/Optional: true
Schema:
Reference: '#/components/schemas/VarUeGroupId'
- 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 for a group of UEs or any UE
Operation ID: RemoveEeGroupSubscriptions
Tags:
- Event Exposure Subscription (Document)
Parameters:
- name: ueGroupId
In: path
Required/Optional: true
Schema:
Reference: '#/components/schemas/VarUeGroupId'
- 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