{
"opencollection": "1.0.0",
"info": {
"name": "Miro Developer Platform AI Interaction Logs Team Settings API",
"version": "v2.0"
},
"items": [
{
"info": {
"name": "Team Settings",
"type": "folder"
},
"items": [
{
"info": {
"name": "Get default team settings",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.miro.com/v2/orgs/:org_id/default_teams_settings",
"params": [
{
"name": "org_id",
"value": "3074457345618265000",
"type": "path",
"description": "The id of an Organization."
}
]
},
"docs": "Retrieves default team settings of an existing organization.
This API is available only for Enterprise plan users. You can only use this endpoint if you have the role o"
},
{
"info": {
"name": "Get team settings",
"type": "http"
},
"http": {
"method": "GET",
"url": "https://api.miro.com/v2/orgs/:org_id/teams/:team_id/settings",
"params": [
{
"name": "org_id",
"value": "3074457345618265000",
"type": "path",
"description": "The ID of an organization."
},
{
"name": "team_id",
"value": "3074457345618265000",
"type": "path",
"description": "The ID of a team."
}
]
},
"docs": "Retrieves team settings of an existing team.
This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admi"
},
{
"info": {
"name": "Update team settings",
"type": "http"
},
"http": {
"method": "PATCH",
"url": "https://api.miro.com/v2/orgs/:org_id/teams/:team_id/settings",
"params": [
{
"name": "org_id",
"value": "3074457345618265000",
"type": "path",
"description": "The ID of an organization."
},
{
"name": "team_id",
"value": "3074457345618265000",
"type": "path",
"description": "The ID of a team."
}
],
"body": {
"type": "json",
"data": "{}"
}
},
"docs": "Updates team settings of an existing team.
This API is available only for Enterprise plan users. You can only use this endpoint if you have the role of a Company Admin" } ] } ], "bundled": true }