File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments