Skip to content

Commit 36b7ec5

Browse files
Automated build docs: 2025-07-11 18:47:39
1 parent 0b56e49 commit 36b7ec5

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

defs/asana_oas.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2016,6 +2016,11 @@ components:
20162016
The name of the automation rule that initiated the event.
20172017
type: string
20182018
example: When Task is added to this project
2019+
on_behalf_of_user_id:
2020+
description: >-
2021+
The ID of the user who requested a change via support.
2022+
type: integer
2023+
example: 12345
20192024
AuditLogEventDetails:
20202025
description: Event specific details. The schema will vary depending on the `event_type`.
20212026
type: object

defs/asana_sdk_oas.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3294,6 +3294,11 @@ components:
32943294
The name of the automation rule that initiated the event.
32953295
type: string
32963296
example: When Task is added to this project
3297+
on_behalf_of_user_id:
3298+
description: >-
3299+
The ID of the user who requested a change via support.
3300+
type: integer
3301+
example: 12345
32973302
AuditLogEventActor:
32983303
description: >-
32993304
The entity that triggered the event. Will typically be a user.
@@ -3377,6 +3382,11 @@ components:
33773382
The name of the automation rule that initiated the event.
33783383
type: string
33793384
example: When Task is added to this project
3385+
on_behalf_of_user_id:
3386+
description: >-
3387+
The ID of the user who requested a change via support.
3388+
type: integer
3389+
example: 12345
33803390
AuditLogEventDetails:
33813391
description: Event specific details. The schema will vary depending on the `event_type`.
33823392
type: object

0 commit comments

Comments
 (0)