summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRémy Coutable <remy@rymai.me>2017-06-12 09:50:39 +0000
committerRémy Coutable <remy@rymai.me>2017-06-12 09:50:39 +0000
commit1feb0894f73142c0127db86a3a84833d501e474f (patch)
tree8a3839cbc6d7000221fe81e4c5670d3d271dc2fd /doc
parent194c40df208526d5dc4401bc06f91d803def3740 (diff)
parent4ccd79983274442ca21e6c73ef0863097b57350c (diff)
downloadgitlab-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.md3
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