"description":"A flag indicating if the assignment is global or not. If set to false, the default org ID of the authenticated user will be used from the request to remove assignment.",
"name":"global",
"in":"query"
},
{
"type":"integer",
"format":"int64",
"x-go-name":"UserID",
"name":"user_id",
"in":"path",
"required":true
}
],
"responses":{
@ -8261,6 +8261,14 @@
"summary":"Add External Group.",
"operationId":"addTeamGroupApi",
"parameters":[
{
"type":"integer",
"format":"int64",
"x-go-name":"TeamID",
"name":"teamId",
"in":"path",
"required":true
},
{
"x-go-name":"Body",
"name":"body",
@ -8269,14 +8277,6 @@
"schema":{
"$ref":"#/definitions/TeamGroupMapping"
}
},
{
"type":"integer",
"format":"int64",
"x-go-name":"TeamID",
"name":"teamId",
"in":"path",
"required":true
}
],
"responses":{
@ -8310,16 +8310,16 @@
{
"type":"integer",
"format":"int64",
"x-go-name":"GroupID",
"name":"groupId",
"x-go-name":"TeamID",
"name":"teamId",
"in":"path",
"required":true
},
{
"type":"integer",
"format":"int64",
"x-go-name":"TeamID",
"name":"teamId",
"x-go-name":"GroupID",
"name":"groupId",
"in":"path",
"required":true
}
@ -10919,6 +10919,11 @@
"format":"int64",
"x-go-name":"FolderID"
},
"folderUID":{
"description":"UID of the folder where the library element is stored.",
"type":"string",
"x-go-name":"FolderUID"
},
"kind":{
"description":"Kind of element to create, Use 1 for library panels or 2 for c.\nDescription:\n1 - library panels\n2 - library variables",
"description":"A flag indicating if the assignment is global or not. If set to false, the default org ID of the authenticated user will be used from the request to remove assignment.",
"name":"global",
"in":"query"
},
{
"type":"integer",
"format":"int64",
"x-go-name":"UserID",
"name":"user_id",
"in":"path",
"required":true
}
],
"responses":{
@ -6670,6 +6670,14 @@
"summary":"Add External Group.",
"operationId":"addTeamGroupApi",
"parameters":[
{
"type":"integer",
"format":"int64",
"x-go-name":"TeamID",
"name":"teamId",
"in":"path",
"required":true
},
{
"x-go-name":"Body",
"name":"body",
@ -6678,14 +6686,6 @@
"schema":{
"$ref":"#/definitions/TeamGroupMapping"
}
},
{
"type":"integer",
"format":"int64",
"x-go-name":"TeamID",
"name":"teamId",
"in":"path",
"required":true
}
],
"responses":{
@ -6719,16 +6719,16 @@
{
"type":"integer",
"format":"int64",
"x-go-name":"GroupID",
"name":"groupId",
"x-go-name":"TeamID",
"name":"teamId",
"in":"path",
"required":true
},
{
"type":"integer",
"format":"int64",
"x-go-name":"TeamID",
"name":"teamId",
"x-go-name":"GroupID",
"name":"groupId",
"in":"path",
"required":true
}
@ -8906,6 +8906,11 @@
"format":"int64",
"x-go-name":"FolderID"
},
"folderUID":{
"description":"UID of the folder where the library element is stored.",
"type":"string",
"x-go-name":"FolderUID"
},
"kind":{
"description":"Kind of element to create, Use 1 for library panels or 2 for c.\nDescription:\n1 - library panels\n2 - library variables",