This HTML5 document contains 16 embedded RDF statements represented using HTML+Microdata notation.

The embedded RDF content will be recognized by any processor of HTML5 Microdata.

PrefixNamespace IRI
n4http://www.openlinksw.com/ontology/webservices#
n5http://www.iodbc.org/DAV/VAD/wa/API_acl.ttl#action_acl.groups.update_#
n7https://www.iodbc.org/ods/api/acl.groups.
schemahttp://schema.org/
n6http://www.iodbc.org/DAV/VAD/wa/API_acl.ttl#
rdfhttp://www.w3.org/1999/02/22-rdf-syntax-ns#
n2http://www.iodbc.org/DAV/VAD/wa/API_acl.ttl#action_acl.groups.
xsdhhttp://www.w3.org/2001/XMLSchema#
Subject Item
n2:update
rdf:type
schema:EntryPoint
schema:httpMethod
GET
schema:contentType
text/xml
n4:isWebServiceOf
n6:this_ODSAclModuleAPI
n4:endPointURL
n7:update
schema:shortDescription
<p>Change the attributes of a group. </p>
n4:hasParameter
n5:_removeMember n5:_overwrite n5:_newDescription n5:_addMember n5:_id n5:_newName n5:_name
schema:name
EntryPoint - acl_groups_update
schema:description
<p>This function allows to change the details of any group identified by either the name or the id. The group has to be created via acl.group.new() before.</p><p><parameterlist kind="param"><li> <parameternamelist> <parametername>name</parametername> </parameternamelist> <parameterdescription> <p>The name or the IRI of the group to change. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>id</parametername> </parameternamelist> <parameterdescription> <p>The identifier of the group to change. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>newName</parametername> </parameternamelist> <parameterdescription> <p>The optional new name of the group. This name cannot be used by another group already. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>newDescription</parametername> </parameternamelist> <parameterdescription> <p>The optional new description of the group. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>addMember</parametername> </parameternamelist> <parameterdescription> <p>An optional parameter which indicates the new members to add to the group. This parameter can be specified several times to add more than one member. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>removeMember</parametername> </parameternamelist> <parameterdescription> <p>An optional parameter which indicates the members to remove from the group. This parameter can be specified several times to remove more than one member. If <computeroutput>overwrite</computeroutput> is <computeroutput>1</computeroutput> <computeroutput>removeMember</computeroutput> is ignored. </p></parameterdescription> </li> <li> <parameternamelist> <parametername>overwrite</parametername> </parameternamelist> <parameterdescription> <p>If <computeroutput>1</computeroutput> the existing members of the given group are replaced by the ones specified in <computeroutput>addMember</computeroutput>.</p></parameterdescription> </li> </ul> <simplesect kind="return"><p>On error an appropriate HTTP error code will be set in addition to a return value as described in <ref kindref="member" refid="ods_response_format_1ods_response_format_result_code">ODS Error Result Codes</ref>.</p></simplesect> <simplesect kind="par"><title>Authentication</title><p>This function requries authentication via one of the supported authentication methods as described in <ref kindref="compound" refid="ods_authentication">ODS Authentication</ref>. </p></simplesect> </p>
schema:url
n7:update