Skip to content

Commit 5ae11bc

Browse files
srtaalejzimeg
andauthored
Update slack-api-client/src/main/java/com/slack/api/methods/request/workflows/WorkflowsFeaturedRemoveRequest.java
Co-authored-by: Eden Zimbelman <[email protected]>
1 parent 58690ea commit 5ae11bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

slack-api-client/src/main/java/com/slack/api/methods/request/workflows/WorkflowsFeaturedRemoveRequest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public class WorkflowsFeaturedRemoveRequest implements SlackApiRequest {
2424
private String channelId;
2525

2626
/**
27-
* Comma-separated array of trigger IDs that will replace any existing featured workflows in the channel; max 15
27+
* Comma-separated array of trigger IDs to remove; max 15
2828
*/
2929
private List<String> triggerIds;
3030
}

0 commit comments

Comments
 (0)