Added option labelids <LabelIdList> to all commands that process messages

This commit is contained in:
Ross Scroggs
2025-06-20 10:21:32 -07:00
parent da04ead86d
commit 35d61da0a0
3 changed files with 24 additions and 3 deletions

View File

@@ -1,5 +1,8 @@
7.10.02
Added option `labelids <LabelIdList>` to all commands that process messages;
this option causes GAM to only return messages with labels that match all of the specified label IDs.
Updated `gam <UserTypeEntity> print|show forms` to always display `isPublished` and
`isAcceptingResponses` in `publishSettings/publishState` regardless of their value;
the API doesn't return these values when they are False.