jbot icon indicating copy to clipboard operation
jbot copied to clipboard

Wrong field name in Field Class

Open notAmine opened this issue 7 years ago • 3 comments

The "short_enough" field name should map to "short" to follow the Slack API. @JsonProperty("short_enough") private boolean shortEnough; Should be @JsonProperty("short") private boolean shortEnough;

notAmine avatar Aug 17 '17 23:08 notAmine

@ramswaroop Any update on the progress of this? It would be excellent to have the ability to include this field value as part of the attachments as side by side will currently not function!

Eunanibus avatar Jan 06 '18 15:01 Eunanibus

hey sorry for not getting back to this earlier. I missed it somehow. Can you share me the link to the slack api where it says short instead of short_enough? I tried but couldn't find it.

rampatra avatar Apr 29 '18 10:04 rampatra

There's a code example here - but the field documentation can also be found here

Eunanibus avatar Apr 29 '18 17:04 Eunanibus