Skip to content

Commit

Permalink
Merge pull request #191 from luisa-beerboom/b-2715-add-user-id-to-act…
Browse files Browse the repository at this point in the history
…ion-worker

Add user_id to action_worker
  • Loading branch information
luisa-beerboom authored Nov 7, 2024
2 parents 21bc4fd + 6a8b385 commit 97d0647
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions models.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4159,6 +4159,12 @@ action_worker:
result:
type: JSON
restriction_mode: A
user_id:
type: number
description: "Id of the calling user. If the action is called via internal route, the value will be -1."
required: true
restriction_mode: A
constant: true

import_preview:
id:
Expand Down

0 comments on commit 97d0647

Please sign in to comment.