Close Session
PUT/api/v1/workspaces/:workspace_name/upload_sessions/:session_id
Closes the session and starts the ingestion process. If the session is not closed explicitly, the session will be automatically closed after 24 hours.
Request
Responses
- 204
- 404
- 409
- 422
Your session details.
There's no session with the ID '{session_id}' in the workspace. Check if the ID is correct.
The session is already closed.
Validation Error
Was this page helpful?