diff options
author | Rémy Coutable <remy@rymai.me> | 2017-06-12 09:50:39 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-06-12 09:50:39 +0000 |
commit | 1feb0894f73142c0127db86a3a84833d501e474f (patch) | |
tree | 8a3839cbc6d7000221fe81e4c5670d3d271dc2fd /doc | |
parent | 194c40df208526d5dc4401bc06f91d803def3740 (diff) | |
parent | 4ccd79983274442ca21e6c73ef0863097b57350c (diff) | |
download | gitlab-ce-1feb0894f73142c0127db86a3a84833d501e474f.tar.gz |
Merge branch '33003-avatar-in-project-api' into 'master'
Accept avatar file in project API
Closes #33003
See merge request !11988
Diffstat (limited to 'doc')
-rw-r--r-- | doc/api/projects.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 716486022b0..58f18105e21 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -343,6 +343,7 @@ Parameters: | `lfs_enabled` | boolean | no | Enable LFS | | `request_access_enabled` | boolean | no | Allow users to request member access | | `tag_list` | array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project | +| `avatar` | mixed | no | Image file for avatar of the project | ### Create project for user @@ -377,6 +378,7 @@ Parameters: | `lfs_enabled` | boolean | no | Enable LFS | | `request_access_enabled` | boolean | no | Allow users to request member access | | `tag_list` | array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project | +| `avatar` | mixed | no | Image file for avatar of the project | ### Edit project @@ -410,6 +412,7 @@ Parameters: | `lfs_enabled` | boolean | no | Enable LFS | | `request_access_enabled` | boolean | no | Allow users to request member access | | `tag_list` | array | no | The list of tags for a project; put array of tags, that should be finally assigned to a project | +| `avatar` | mixed | no | Image file for avatar of the project | ### Fork project |