doc(tests): fix endpoint param to push results (#8783)

This commit is contained in:
Aseem Bansal 2023-09-05 14:15:34 +05:30 committed by GitHub
parent 065a290bd5
commit 9f223c0069
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,5 +14,5 @@ curl --location --request POST 'https://DOMAIN.acryl.io/gms/test?action=evaluate
w
The supported parameters are
- `urn` - Required URN string
- `shouldPush` - Optional Boolean - whether or not to push the results to persist them
- `push` - Optional Boolean - whether or not to push the results to persist them. Default `false`.
- `testUrns` - Optional List of string - If you wish to get specific test URNs evaluated