summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorvanadium23 <chernoffivan@gmail.com>2017-06-09 22:49:57 +0300
committervanadium23 <chernoffivan@gmail.com>2017-06-09 22:49:57 +0300
commit4ccd79983274442ca21e6c73ef0863097b57350c (patch)
treef46ad6f3e9a06142bc97018c19fc2960ce2f79c9 /doc
parent34dcfae994e23b7a65f2245817757e29f3f3e795 (diff)
downloadgitlab-ce-4ccd79983274442ca21e6c73ef0863097b57350c.tar.gz
Accept image for avatar in project API
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