File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
java/com/objectcomputing/checkins/services/pulseresponse Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ public HttpResponse commandPulseResponse(
140140 }
141141
142142 @ Secured (SecurityRule .IS_ANONYMOUS )
143- @ Post ("/external" )
143+ @ Post (uri = "/external" , consumes = MediaType . APPLICATION_FORM_URLENCODED )
144144 public HttpResponse <PulseResponse > externalPulseResponse (
145145 @ Header ("X-Slack-Signature" ) String signature ,
146146 @ Header ("X-Slack-Request-Timestamp" ) String timestamp ,
Original file line number Diff line number Diff line change 7171 },
7272 {
7373 "type" : " input" ,
74+ "optional" : true ,
7475 "element" : {
7576 "type" : " plain_text_input" ,
7677 "action_id" : " internalFeelings" ,
140141 },
141142 {
142143 "type" : " input" ,
144+ "optional" : true ,
143145 "element" : {
144146 "type" : " plain_text_input" ,
145147 "action_id" : " externalFeelings" ,
You can’t perform that action at this time.
0 commit comments