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
hurl captures get object and use next api
{ "success":true, "result":[ { "uuid":"1", "name":"Reviewer", "created_at":"2024-05-29T04:09:40Z", "updated_at":"2024-07-10T12:20:46Z", "xxx": .... }, { "uuid":"2", "name":"Admin", "created_at":"2024-05-29T04:09:40Z", "updated_at":"2024-07-10T12:20:46Z", "xxx": .... } ] }
GET {{openapi_server_v1}}/roles Content-Type: application/json Authorization: Bearer {{access_token}} HTTP 200 [Captures] admin: jsonpath "$.result[?(@.name=='Admin')]" nth 0 reviewer: jsonpath "$.result[?(@.name=='Reviewer')]" nth 0 [Asserts] jsonpath "$.success" == true
POST {{openapi_server_v1}}/api_tokens Content-Type: application/json Authorization: Bearer {{access_token}} { "name": "admin", "role": {{admin}} } HTTP 201 [Asserts] jsonpath "$.success" == true
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem to solve
hurl captures get object and use next api
roles api response
captures get values
get values and next api use
error info
The text was updated successfully, but these errors were encountered: