Skip to content

Commit 67e7c49

Browse files
committed
feat: add webapi response changes as of 2026-07-09
1 parent 533de70 commit 67e7c49

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

json-logs/raw/audit/v1/schemas.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,18 @@
183183
"id": "string",
184184
"name": "string"
185185
}
186+
},
187+
{
188+
"type": "app",
189+
"app": {
190+
"id": "string",
191+
"name": "string",
192+
"is_distributed": "bool",
193+
"is_directory_approved": "bool",
194+
"is_workflow_app": "bool",
195+
"scopes": "array",
196+
"bot_scopes": "array"
197+
}
186198
}
187199
]
188200
}

json-logs/samples/audit/v1/schemas.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
"scopes": "",
4343
"app_id": "",
4444
"distribution_type": "",
45-
"user_ids": ""
45+
"user_ids": "",
46+
"bot_scopes": ""
4647
},
4748
"workflow": {
4849
"id": "",

0 commit comments

Comments
 (0)