Jira.js - Jira Cloud API library
    Preparing search index...

    Interface DeleteProjectAvatar

    interface DeleteProjectAvatar {
        id: number;
        projectIdOrKey: string | number;
    }
    Index

    Properties

    Properties

    id: number

    The ID of the avatar.

    projectIdOrKey: string | number

    The project ID or (case-sensitive) key.