Class ProjectAvatarResource
java.lang.Object
com.atlassian.jira.rest.v1.project.ProjectAvatarResource
Dodgy project avatar REST resource needed to update the avatar for a particular project.
- Since:
- v4.4
-
Constructor Summary
ConstructorsConstructorDescriptionProjectAvatarResource(JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager, XsrfInvocationChecker xsrfChecker) -
Method Summary
Modifier and TypeMethodDescriptionjakarta.ws.rs.core.ResponseupdateUserAvatar(String projectKey, Long avatarId)
-
Constructor Details
-
ProjectAvatarResource
@Inject public ProjectAvatarResource(JiraAuthenticationContext authenticationContext, ProjectService projectService, AvatarManager avatarManager, XsrfInvocationChecker xsrfChecker)
-
-
Method Details
-
updateUserAvatar
-