-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f6f8a86
commit 9fb1c81
Showing
3 changed files
with
38 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
## Payload | ||
``` | ||
{ | ||
// Required | ||
meeting_id: Id; | ||
title: string; | ||
lead_motion_id: Id; | ||
origin_id: Id; | ||
// Optional | ||
text: HTML; | ||
reason: HTML; | ||
amendment_paragraphs: JSON | ||
use_original_submitter: boolean; | ||
use_original_number: boolean; | ||
} | ||
``` | ||
|
||
## Internal action | ||
Forwards an amendment in a manner that is to what is done with normal motions in [motion.create_forwarded](motion.create_forwarded.md) | ||
|
||
The only change is that the `with_amendments` flag is not in the payload, because it is assumed to be true. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters