Variable authorizeImageUploadRequestConst
authorizeImageUploadRequest: {
description: "Request permission to upload an image";
properties: {
channelId: {
description: "The channel whose logo you are looking to replace";
pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
type: "string";
};
sessionId: {
description: "You must be logged in as the channel's owner";
pattern: "^[a-zA-Z0-9+/=]{44}$";
type: "string";
};
};
required: readonly ["sessionId"];
type: "object";
} = ...
Type declaration
-
Readonly
description: "Request permission to upload an image"
-
Readonly
properties: {
channelId: {
description: "The channel whose logo you are looking to replace";
pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
type: "string";
};
sessionId: {
description: "You must be logged in as the channel's owner";
pattern: "^[a-zA-Z0-9+/=]{44}$";
type: "string";
};
}
-
Readonly
channelId: {
description: "The channel whose logo you are looking to replace";
pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$";
type: "string";
}
-
Readonly
description: "The channel whose logo you are looking to replace"
-
Readonly
pattern: "^[a-f0-9]{8}-[a-f0-9]{4}-4[a-f0-9]{3}-[89aAbB][a-f0-9]{3}-[a-f0-9]{12}$"
-
Readonly
type: "string"
-
Readonly
sessionId: {
description: "You must be logged in as the channel's owner";
pattern: "^[a-zA-Z0-9+/=]{44}$";
type: "string";
}
-
Readonly
description: "You must be logged in as the channel's owner"
-
Readonly
pattern: "^[a-zA-Z0-9+/=]{44}$"
-
Readonly
type: "string"
-
Readonly
required: readonly ["sessionId"]
-
Readonly
type: "object"