parent
2ec5507c1a
commit
93e9063959
|
|
@ -297,7 +297,7 @@ public class CcmApplicationsApi {
|
|||
@AuthorizationRequired
|
||||
@RequiresPrivilege(CoreConstants.PRIVILEGE_ADMIN)
|
||||
@Transactional(Transactional.TxType.REQUIRED)
|
||||
public Response addOwner(
|
||||
public Response addDomain(
|
||||
@PathParam("ownerIdentifier") final String appIdentifier,
|
||||
@PathParam("domainIdentifier") final String domainIdentifier
|
||||
) {
|
||||
|
|
@ -309,7 +309,7 @@ public class CcmApplicationsApi {
|
|||
@AuthorizationRequired
|
||||
@RequiresPrivilege(CoreConstants.PRIVILEGE_ADMIN)
|
||||
@Transactional(Transactional.TxType.REQUIRED)
|
||||
public Response removeOwner(
|
||||
public Response removeDomain(
|
||||
@PathParam("appIdentifier") final String appIdentifier,
|
||||
@PathParam("domainIdentifier") final String domainIdentifier
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue