/app-sessions/{appSessionId}
get:
Summary: "Reads an existing Individual Application Session Context"
Operation ID: GetAppSession
Tags:
- Individual Application Session Context (Document)
Parameters:
- name: appSessionId
Description: string identifying the resource
In: path
Required/Optional: true
Schema:
Type: string
Responses:
'200' A representation of the resource is returned.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/AppSessionContext'
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'406': Reference 'TS29571_CommonData.yaml#/components/responses/406'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default: Reference 'TS29571_CommonData.yaml#/components/responses/default'
patch:
Summary: "Modifies an existing Individual Application Session Context"
Operation ID: ModAppSession
Tags:
- Individual Application Session Context (Document)
Parameters:
- name: appSessionId
Description: string identifying the resource
In: path
Required/Optional: true
Schema:
Type: string
Request Body:
Description: modification of the resource.
Required/Optional: true
Content:
application/merge-patch+json:
Schema:
Reference: '#/components/schemas/AppSessionContextUpdateData'
Responses:
'200' successful modification of the resource and a representation of that resource is returned
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/AppSessionContext'
'204' The successful modification
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29571_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29571_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29571_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default: Reference 'TS29571_CommonData.yaml#/components/responses/default'
Callbacks:
eventNotification:
'{$request.body#/evSubsc/notifUri}/notify':
Method: Post
Request Body:
Description: Notification of an event occurrence in the PCF.
Content:
Application/JSON:
Schema:
Reference: '#/components/schemas/EventsNotification'
Responses:
'204' The receipt of the notification is acknowledged
'400': Reference 'TS29571_CommonData.yaml#/components/responses/400'
'401': Reference 'TS29571_CommonData.yaml#/components/responses/401'
'403': Reference 'TS29571_CommonData.yaml#/components/responses/403'
'404': Reference 'TS29571_CommonData.yaml#/components/responses/404'
'411': Reference 'TS29571_CommonData.yaml#/components/responses/411'
'413': Reference 'TS29571_CommonData.yaml#/components/responses/413'
'415': Reference 'TS29571_CommonData.yaml#/components/responses/415'
'429': Reference 'TS29571_CommonData.yaml#/components/responses/429'
'500': Reference 'TS29571_CommonData.yaml#/components/responses/500'
'503': Reference 'TS29571_CommonData.yaml#/components/responses/503'
default: Reference 'TS29571_CommonData.yaml#/components/responses/default'