Method | Description | |
---|---|---|
cdeleteAction ( string $webspaceKey, |
Deletes a list of custom-urls identified by a list of uuids. | |
cdeleteRoutesAction ( $webspaceKey, string $customUrlUuid, |
Deletes a lst of custom-urls identified by a list of uuids. | |
cgetAction ( string $webspaceKey, |
Returns a list of custom-urls. | |
deleteAction ( string $webspaceKey, string $uuid ) : |
Delete a single custom-url identified by uuid. | |
getAction ( string $webspaceKey, string $uuid, |
Returns a single custom-url identified by uuid. | |
getLocale ( |
||
getSecurityContext ( ) | ||
postAction ( string $webspaceKey, |
Create a new custom-url object. | |
putAction ( string $webspaceKey, string $uuid, |
Update an existing custom-url object identified by uuid. |
public cdeleteAction ( string $webspaceKey, |
||
$webspaceKey | string | |
$request | ||
return |
public cdeleteRoutesAction ( $webspaceKey, string $customUrlUuid, |
||
$webspaceKey | ||
$customUrlUuid | string | |
$request | ||
return |
public cgetAction ( string $webspaceKey, |
||
$webspaceKey | string | |
$request | ||
return |
public deleteAction ( string $webspaceKey, string $uuid ) : |
||
$webspaceKey | string | |
$uuid | string | |
return |
public getLocale ( |
||
$request |
public postAction ( string $webspaceKey, |
||
$webspaceKey | string | |
$request | ||
return |