chore: Add API documentation for teams (#2221)
Add API documentation for teams
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
in: path
|
||||
name: account_id
|
||||
schema:
|
||||
type: integer
|
||||
required: true
|
||||
description: Numeric ID of the account
|
||||
@@ -0,0 +1,5 @@
|
||||
account_id:
|
||||
$ref: ./account_id.yml
|
||||
|
||||
team_id:
|
||||
$ref: ./team_id.yml
|
||||
@@ -0,0 +1,6 @@
|
||||
in: path
|
||||
name: id
|
||||
schema:
|
||||
type: integer
|
||||
required: true
|
||||
description: The id of the team to be updated
|
||||
Reference in New Issue
Block a user