You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The post_api_collaborations_v1 Swagger example contains the description "Cumulus research group of the University of Harderwijk. Members can collaborate in the connected cloud service and contact eachother by email.\n" which looses the last n in the curl command, resulting in a double backslash \\ before the closing quote " of the description, rendering the command broken, because the first backslash escapes the second.
curl -X POST "https://sbs.scz-vm.net/api/collaborations/v1" -H "accept: application/json" -H "Authorization: Bearer ***" -H "Content-Type: application/json" -d "{ \"name\": \"Cumulus research group\", \"short_name\": \"cumulusgrp\", \"description\": \"Cumulus research group of the University of Harderwijk. Members can collaborate in the connected cloud service and contact eachother by email.\\", \"website_url\": \"https://research.uniharderwijk.nl/cumulusgrp\", \"disable_join_requests\": true, \"disclose_member_information\": true, \"disclose_email_information\": true, \"expiry_date\": 1644015600, \"logo\": \"https://i.pickadummy.com/600x400\", \"message\": \"Please join the Cumulus research group collaboration page.\", \"administrator\": \"[email protected]\", \"administrators\": [ \"[email protected]\" ], \"tags\": [ \"label_test\" ], \"units\": [ \"fac_wiskunde\" ]}"
The text was updated successfully, but these errors were encountered:
The
post_api_collaborations_v1
Swagger example contains the description"Cumulus research group of the University of Harderwijk. Members can collaborate in the connected cloud service and contact eachother by email.\n"
which looses the lastn
in the curl command, resulting in a double backslash\\
before the closing quote"
of the description, rendering the command broken, because the first backslash escapes the second.The text was updated successfully, but these errors were encountered: