Is it possible to upload an avatar for a specific project?
I could not find anything about this in the documentation.
Is it possible to upload an avatar for a specific project?
I could not find anything about this in the documentation.
You can upload a file then set the avatar url.
See edit-project docs for how to set the avatar URL.
https://docs.gitlab.com/ce/api/projects.html#edit-project
...
"avatar_url": "http://example.com/uploads/project/avatar/4/uploads/avatar.png"
...
It is true that there is a parameter avatar_url within the response of an edit or list request but it is not included as a valid edit parameter.
The allowed parameters (referred to the docu) are the following:
I can not find any possibility to set an avatar_url.