Skip to content

Commit

Permalink
doc(tests): fix endpoint param to push results (datahub-project#8783)
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored Sep 5, 2023
1 parent 065a290 commit 9f223c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/restli/evaluate-tests.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 9f223c0

Please sign in to comment.