Changeset 0.29.3 (#198)
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit is contained in:
@@ -78,6 +78,16 @@
|
||||
return this._post(`/api/v1/channels/${channelId}/workflow/reject`, { reason });
|
||||
};
|
||||
|
||||
// ── Forms ────────────────────────────────
|
||||
|
||||
API.getWorkflowForm = function(channelId) {
|
||||
return this._get(`/api/v1/w/${channelId}/form`);
|
||||
};
|
||||
|
||||
API.submitWorkflowForm = function(channelId, data) {
|
||||
return this._post(`/api/v1/w/${channelId}/form-submit`, data);
|
||||
};
|
||||
|
||||
// ── Assignments ─────────────────────────
|
||||
|
||||
API.listMyAssignments = function() {
|
||||
|
||||
Reference in New Issue
Block a user