Skip to content

Commit

Permalink
Generated code and changes from branch main, commit SHA 2cbcdbaf
Browse files Browse the repository at this point in the history
  • Loading branch information
fundthmcalculus authored and mewmba committed Jun 5, 2024
1 parent e5ab65b commit 17bd208
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions connect/swagger_api.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"tags": [
"Session"
],
"operationId": "Session.ListSessions",
"operationId": "ListSessions",
"parameters": [
{
"name": "TrinsicAuthorization",
Expand Down Expand Up @@ -108,7 +108,7 @@
"tags": [
"Session"
],
"operationId": "Session.GetSession",
"operationId": "GetSession",
"parameters": [
{
"name": "sessionId",
Expand Down Expand Up @@ -189,7 +189,7 @@
"tags": [
"Session"
],
"operationId": "Session.CreateSession",
"operationId": "CreateSession",
"parameters": [
{
"name": "TrinsicAuthorization",
Expand Down Expand Up @@ -280,7 +280,7 @@
"tags": [
"Session"
],
"operationId": "Session.CancelSession",
"operationId": "CancelSession",
"parameters": [
{
"name": "sessionId",
Expand Down

0 comments on commit 17bd208

Please sign in to comment.