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} | |
TeamUpdate | Put /1.6/teams/{team} | |
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]
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]
[]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]