OptionalfileName?: stringThe file name of the avatar icon. Returned for system avatars.
The ID of the avatar.
OptionalisDeletable?: booleanWhether the avatar can be deleted.
OptionalisSelected?: booleanWhether the avatar is used in Jira. For example, shown as a project's avatar.
OptionalisSystemAvatar?: booleanWhether the avatar is a system avatar.
Optionalowner?: stringThe owner of the avatar. For a system avatar the owner is null (and nothing is returned). For non-system avatars this is the appropriate identifier, such as the ID for a project or the account ID for a user.
The ID or (case-sensitive) key of the project.
Optionalurls?: Record<string, any>The list of avatar icon URLs.
Optionaloptions: RequestOptions
Sets the avatar displayed for a project.
Use Load project avatar to store avatars against the project, before using this operation to set the displayed avatar.
Permissions required: Administer projects project permission.