Type Alias PostEndpointRequestWithConnectionName

type PostEndpointRequestWithConnectionName = {
    checkCredentials?: boolean;
    connectionName: string;
    reloadId?: string;
    spaceId?: string;
    type?: "rld" | "dq";
}
Index

Properties

checkCredentials?: boolean

When true, verifies that user credentials are present for connections configured with separate credentials. The default is false.

connectionName: string

The name of the connection to use for the endpoint. The service resolves the connection name to an active instance. If the name is space-qualified (for example, MySpace:ConnectionName), spaceId is not required and is ignored. If the name uses the current-space format (for example, :ConnectionName), spaceId is used for resolution; the personal space is assumed when spaceId is omitted.

reloadId?: string
spaceId?: string
type?: "rld" | "dq"