Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -50879,6 +50879,12 @@
"description": "Human-friendly block reason message.",
"type": "string"
},
"max_engine_sessions_per_user_override": {
"nullable": true,
"description": "Optional org-wide per-user override for concurrent engine sessions.",
"type": "integer",
"format": "int32"
},
"never_block": {
"description": "Whether this organization is permanently exempt from blocking.",
"type": "boolean"
Expand Down
Loading