Update the fields of a submission package. Only the fields you pass are changed, so you can send one field without restating the rest.
The platform is read from the package itself. It is fixed when the package is created and cannot be changed.
A field name the platform does not have is rejected rather than ignored, so a typo fails the call instead of being
silently dropped.
Because fields are merged, this command cannot unset a field. Send an empty value ("" or []) to blank one.
Usage
Extended Usage
Pass the fields inline:
Read the fields from standard input, so a script can build the payload:
Options