feat(api): get session and session children routes
This commit is contained in:
@@ -113,7 +113,9 @@ resources:
|
||||
toolStateError: ToolStateError
|
||||
|
||||
methods:
|
||||
get: get /session/{id}
|
||||
list: get /session
|
||||
children: get /session/{id}/children
|
||||
create: post /session
|
||||
delete: delete /session/{id}
|
||||
init: post /session/{id}/init
|
||||
|
||||
Reference in New Issue
Block a user