Select Git revision
ocde_ens_superior.csv
POST_new-collections.sh 1.12 KiB
# {"id":3,"name":"CREATED BY JSON (POST)","handle":"123456789/17","type":"collection","link":"/RESTapi/collections/3","expand":["parentCommunityList","parentCommunity","items","license","logo","all"],"logo":null,"parentCommunity":null,"parentCommunityList":[],"items":[],"license":null,"copyrightText":"CREATED BY JSON (POST)","introductoryText":"CREATED BY JSON (POST)","shortDescription":"CREATED BY JSON (POST)","sidebarText":"CREATED BY JSON (POST)","numberItems":0}
VERB="POST"
ACTION="communities/1/collections"
RQST_JSON='
{
"name":"CREATED BY JSON (POST)",
"copyrightText":"CREATED BY JSON (POST)",
"introductoryText":"CREATED BY JSON (POST)",
"shortDescription":"CREATED BY JSON (POST)",
"sidebarText":"CREATED BY JSON (POST)"
}
'
RQST_XML='<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<collection>
<name>CREATED BY XML (POST)</name>
<type>CREATED BY XML (POST)</type>
<copyrightText>CREATED BY XML (POST)</copyrightText>
<introductoryText>CREATED BY XML (POST)</introductoryText>
<shortDescription>CREATED BY XML (POST)</shortDescription>
<sidebarText>CREATED BY XML (POST)</sidebarText>
</collection>
'