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
Test via postman
Try this URL in postman as post.
form-data
`notes` = 'testing` this is optional param
you can pass username or email as key e.g user_name = admin or user_email = [email protected]
expected result
{ "id": 14, "user_email": "[email protected]", "user_name": "admin", "user_id": 4, "certificate_generated": null, "created": "October 05, 2024" }
Delete method testing You can repeat above test with delete action as well and it will remove the data and return 204 status code.
Test via dashboard
Individual Exceptions
expected result admin has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.
admin has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.
Also this api finally adding data inside this table http://local.edly.io:8000/admin/certificates/certificateallowlist/
The text was updated successfully, but these errors were encountered:
awais786
No branches or pull requests
Test via postman
Try this URL in postman as post.
form-data
expected result
Delete method testing
You can repeat above test with delete action as well and it will remove the data and return 204 status code.
Test via dashboard
Individual Exceptions
sectionexpected result
admin has been successfully added to the exception list. Click Generate Exception Certificate below to send the certificate.
Also this api finally adding data inside this table
http://local.edly.io:8000/admin/certificates/certificateallowlist/
The text was updated successfully, but these errors were encountered: