Responsible for adding/updating/deleting owners in pods.

Hierarchy (view full)

Implements

Constructors

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;
    }>