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
On GitHub we can see some Hurl files with this content:
https://github.com/sodazone/ocelloids-services/blob/main/packages/server/guides/hurl/tests/subscriptions/3_update.hurl
# Update Senders PATCH {{base-url}}/subs/xcm/test-1 ```json [ { "op": "add", "path": "/args/senders/-", "value": "5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y" }, { "op": "add", "path": "/args/senders/-", "value": "5DAAnrj7VHTznn2AWBemMuyBwZWs6FNFjdyVXUeYum3PTXFy" }, { "op": "add", "path": "/args/senders/-", "value": "5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw" }, { "op": "remove", "path": "/args/senders/0" } ] ``` HTTP 200
hurlfmt should lint this to JSON body:
hurlfmt
# Update Senders PATCH {{base-url}}/subs/xcm/test-1 [ { "op": "add", "path": "/args/senders/-", "value": "5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y" }, { "op": "add", "path": "/args/senders/-", "value": "5DAAnrj7VHTznn2AWBemMuyBwZWs6FNFjdyVXUeYum3PTXFy" }, { "op": "add", "path": "/args/senders/-", "value": "5HGjWAeFDfFCWPsjFQdVV2Msvz2XtMktvgocEZcCj68kUMaw" }, { "op": "remove", "path": "/args/senders/0" } ] HTTP 200
The text was updated successfully, but these errors were encountered:
No branches or pull requests
On GitHub we can see some Hurl files with this content:
https://github.com/sodazone/ocelloids-services/blob/main/packages/server/guides/hurl/tests/subscriptions/3_update.hurl
hurlfmt
should lint this to JSON body:The text was updated successfully, but these errors were encountered: