PUT/v2/shares/{share-id}/nameUpdate a share name

Update a share name.
headerAuthorizationAuthentication token (bearer token or API key).
{
"user" : {
"firstName" : String,
"lastName" : String
},
"userGroup" : {
"name" : String
}
}

Response

status200All ok
status401Invalid authentication token
status403Insufficient rights
status404share not found

Example: Update a share name

PUT/v2/shares/1/name

headerAuthorizationBearer a38fbc72-f279-4a2e-b8f4-e223f5a75cf3
{
"user": {
"firstName": "William",
"lastName": "Shakespeare"
}
}

Response

status200
headerAccess-Control-Expose-Headersauthorization, content-type
headerAccess-Control-Allow-Headersauthorization, content-type
headerAccess-Control-Allow-MethodsGET, POST, DELETE, OPTIONS, PUT
headerAccess-Control-Allow-Origin*
headerStrict-Transport-Securitymax-age=31536000; includeSubDomains
headerX-Frame-OptionsSAMEORIGIN
headerX-Content-Type-Optionsnosniff
headerX-XSS-Protection1; mode=block
headerContent-Security-Policydefault-src 'none'; frame-ancestors 'none'; base-uri 'none'; form-action 'none'
headerReferrer-Policyno-referrer
headerFeature-Policyself
headerPermissions-policyinterest-cohort=()
{}