Skip to content

Commit

Permalink
feat: Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
mayorJAY committed Feb 11, 2024
1 parent dd478bf commit c94b516
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,16 @@ The client methods map directly to the Novu API endpoints. Here is a list of all
- `fetchMembersOfOrganization()`
- `updateOrganizationBrand(body)`

### Workflow Override

- `createWorkflowOverride(createWorkflowOverrideRequest)`
- `getWorkflowOverrides(getWorkflowOverrideRequest)`
- `getWorkflowOverride(workflowId, tenantId)`
- `getWorkflowOverrideById(overrideId)`
- `updateWorkflowOverride(workflowId, tenantId)`
- `updateWorkflowOverrideById(overrideId)`
- `deleteWorkflowOverride(overrideId)`

### For more information about these methods and their parameters, see the [API documentation](https://docs.novu.co/api-reference/overview).

## Contributing
Expand Down

0 comments on commit c94b516

Please sign in to comment.