Ctrl
K
Waydev API
metrics
stats
teams
GET
Retrieves all the teams in your account
POST
Create a new team in your account
GET
Retrieves a single team from your account.
PUT
Update a specific team from your account
DELETE
Delete a specific team from your account
GET
Retrieves all members for a specific team in your account
PUT
Add members into a specific team in your account
incidents
resources
integrations
resource_creation
Docs powered by
Archbee
Waydev API
teams
Update a specific team from your account
1 min
PUT
Try it
Path Parameters
team_id
string
*
Header Parameters
Authorization
string
*
Body Parameters
body
object
*
Description
Raw JSON format with the fields to be updated. No field is required, only add those that are updated. *The members field will overwrite and set the team members with the new payload.
name
string
description
string
include_merges
boolean
ignore_loc
number
ignore_message
string
stats_timezone
string
members
integer[]
parent_id
number
Responses
200
Successful operation
object
Description
Successful operation
id
number
name
string
slug
string
created_at
string
updated_at
string
401
Unauthorized
object
Description
Unauthorized
message
string
404
Resourse not found.
object
Description
Resourse not found.
error
object
PREVIOUS
Retrieves a single team from your account.
NEXT
Delete a specific team from your account
Docs powered by
Archbee