/subscription-data/{ueId}/context-data/smsf-non-3gpp-access

put:

Summary: Create the SMSF context data of a UE via non-3GPP access

Operation ID: CreateSmsfContextNon3gpp

Tags:

- SMSF Non-3GPP Registration (Document)

Parameters:

- name: ueId

In: path

Description: UE id

Required/Optional: true

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'

Request Body:

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/SmsfRegistration'

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: To remove the SMSF context data of a UE via non-3GPP access

Operation ID: DeleteSmsfContextNon3gpp

Tags:

- SMSF Non-3GPP Registration (Document)

Parameters:

- name: ueId

In: path

Description: UE id

Required/Optional: true

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'

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'

get:

Summary: Retrieves the SMSF context data of a UE using non-3gpp access

Operation ID: QuerySmsfContextNon3gpp

Tags:

- SMSF Non-3GPP Registration (Document)

Parameters:

- name: ueId

In: path

Description: UE id

Required/Optional: true

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/VarUeId'

- name: fields

In: query

Description: attributes to be retrieved

Required/Optional: false

Schema:

Type: array

items:

Type: string

minItems: 1

style: form

explode: false

- name: supported-features

In: query

Description: Supported Features

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/SupportedFeatures'

Responses:

'200' Expected response to a valid request

Content:

Application/JSON:

Schema:

Reference: '#/components/schemas/SmsfRegistration'

default:

Description: Unexpected error

Content:

application/problem+json:

Schema:

Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'