/ue-authentications/{authCtxId}/eap-session
Method: Post
Operation ID: EapAuthMethod
Parameters:
- name: authCtxId
In: path
Required/Optional: true
Schema:
Type: string
Request Body:
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/EapSession'
Responses:
'200' Use to handle or close the EAP session
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/EapSession'
application/3gppHal+json:
Schema:
Type: object
Properties:
eapPayload:
Reference: '#/components/schemas/EapPayload'
_links:
Type: object
Description: 'URI : /{eapSessionUri}'
additionalProperties:
Reference: 'TS29571_CommonData.yaml#/components/schemas/LinksValueSchema'
minProperties: 1
Required/Optional:
- eapPayload
- _links
'400' Bad Request
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'
'500' Internal Server Error
Content:
application/problem+json:
Schema:
Reference: 'TS29571_CommonData.yaml#/components/schemas/ProblemDetails'