Schema Viewer
Viewing v2/runtime/teams/:team_id/patch.json
{
"id": "https://dev.playlyfe.com/schemas/v2/runtime/teams/:team_id/patch.json",
"type": "object",
"additionalProperties": true,
"required": [
"params",
"body"
],
"properties": {
"params": {
"$ref": "https://dev.playlyfe.com/schemas/v2/common/component.json"
},
"body": {
"type": "object",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"format": "simpleText",
"minLength": 3,
"maxLength": 150
},
"access": {
"type": "string",
"enum": [
"PRIVATE",
"PUBLIC",
"PROTECTED"
]
}
}
}
}
}