Interface UpdateInternalActionPayload

interface UpdateInternalActionPayload {
    actions?: {
        discord?: {
            serverId: string;
        };
    };
    clientId: string;
    description?: string;
    image?: string;
    name?: string;
    rotateClientSecret?: boolean;
}

Properties

actions?: {
    discord?: {
        serverId: string;
    };
}

Actions associated with the internal action

clientId: string

Client ID for the internal action to update.

description?: string

Description of the internal action.

image?: string

Image for the internal action.

name?: string

Metadata for display purposes. Note this should not contain anything sensitive. It may be displayed to verifiers.

rotateClientSecret?: boolean

Rotate the client secret?