Typescript SDK Type Docs
    Preparing search index...

    Class ByProjectKeyRequestBuilder

    Index

    Constructors

    Properties

    args: {
        baseUri?: string;
        executeRequest: executeRequest;
        pathArgs: { projectKey: string };
    }

    Methods

    • Checks if a Project exists for a given projectKey. Returns a 200 status if the Project exists, or a 404 status otherwise.

      Parameters

      • OptionalmethodArgs: { headers?: { [key: string]: string | string[] } }

      Returns ApiRequest<void>

    post