All URIs are relative to http://localhost
Method | HTTP request | Description |
---|---|---|
TeamCreate | Post /1.0/teams | |
TeamDelete | Delete /1.0/teams/{team} | |
TeamGet | Get /1.4/teams/{team} | |
TeamGroupList | Get /1.17/teams/{team}/groups | |
TeamQuotaChange | Put /1.12/teams/{team}/quota | |
TeamQuotaGet | Get /1.12/teams/{team}/quota | |
TeamUpdate | Put /1.6/teams/{team} | |
TeamUserList | Get /1.17/teams/{team}/users | |
TeamsList | Get /1.0/teams |
TeamCreate(ctx, teamCreateArgs)
Create a team.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
teamCreateArgs | TeamCreateArgs |
(empty response body)
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TeamDelete(ctx, team)
Delete a team.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
team | string | Team name. |
(empty response body)
- Content-Type: Not defined
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TeamInfo TeamGet(ctx, team)
Get a team.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
team | string | Team name. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]TeamGroup TeamGroupList(ctx, team)
Get groups of a team
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
team | string | Team name. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TeamQuotaChange(ctx, team, limit)
Changes the team's apps limit.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
team | string | Team name. | |
limit | float32 | New limit of apps. Negative number indicates unlimited. |
(empty response body)
- Content-Type: application/x-www-form-urlencoded
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
UserQuotaViewResponse TeamQuotaGet(ctx, team)
Get quota of a team.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
team | string | Team name. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
TeamUpdate(ctx, team, teamUpdateArgs)
Update a team.
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
team | string | Team name. | |
teamUpdateArgs | TeamUpdateArgs |
(empty response body)
- Content-Type: application/json
- Accept: /
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]TeamUser TeamUserList(ctx, team)
Get users of a team
Name | Type | Description | Notes |
---|---|---|---|
ctx | context.Context | context for authentication, logging, cancellation, deadlines, tracing, etc. | |
team | string | Team name. |
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]
[]Team TeamsList(ctx, )
List teams.
This endpoint does not need any parameter.
- Content-Type: Not defined
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]