Class UpdateOwnerHandler

Responsible for adding/updating/deleting owners in pods.

Hierarchy

Implements

Constructors

Properties

podRoute: PodIdRoute
podStore: PodStore

Methods

  • Extract the pod ID from the path and find the associated pod. Asserts that the given account ID is the creator of this pod.

    Parameters

    Returns Promise<{
        accountId: string;
        baseUrl: string;
        id: string;
    }>