We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Take this issue as reference novuhq/novu#4775
The text was updated successfully, but these errors were encountered:
@mayorJAY @Basfar
Sorry, something went wrong.
Got it
@jainpawan21 https://api.novu.co/api#/Organizations/OrganizationController_getOrganizations I tried sending a request to this endpoint using Postman, but the response body I got seems to be different from what is stated on the Swagger doc. The doc seems to be confusing, this is what I got on Postman:
{ "data": [ { "_id": String, "name": String, "createdAt": "2023-06-22T21:01:05.684Z", "updatedAt": "2023-06-22T21:01:05.684Z", "__v": 0 } ] }
Successfully merging a pull request may close this issue.
Take this issue as reference novuhq/novu#4775
The text was updated successfully, but these errors were encountered: