File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -580,6 +580,7 @@ export namespace Server {
580580 describeRoute ( {
581581 summary : "Get session" ,
582582 description : "Retrieve detailed information about a specific OpenCode session." ,
583+ tags : [ "Session" ] ,
583584 operationId : "session.get" ,
584585 responses : {
585586 200 : {
@@ -610,6 +611,7 @@ export namespace Server {
610611 "/session/:sessionID/children" ,
611612 describeRoute ( {
612613 summary : "Get session children" ,
614+ tags : [ "Session" ] ,
613615 description : "Retrieve all child sessions that were forked from the specified parent session." ,
614616 operationId : "session.children" ,
615617 responses : {
Original file line number Diff line number Diff line change 910910 ],
911911 "summary" : " Get session" ,
912912 "description" : " Retrieve detailed information about a specific OpenCode session." ,
913+ "tags" : [
914+ " Session"
915+ ],
913916 "responses" : {
914917 "200" : {
915918 "description" : " Get session" ,
11071110 }
11081111 ],
11091112 "summary" : " Get session children" ,
1113+ "tags" : [
1114+ " Session"
1115+ ],
11101116 "description" : " Retrieve all child sessions that were forked from the specified parent session." ,
11111117 "responses" : {
11121118 "200" : {
You can’t perform that action at this time.
0 commit comments