diff options
author | Rémy Coutable <remy@rymai.me> | 2016-09-29 13:04:16 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-09-29 13:04:16 +0000 |
commit | f6a1a21f6f808738b3caccca1b1233303649f898 (patch) | |
tree | 9c9a7da0c507ec4bdf3e0111e3a34f0d98a7a3fe /doc/api | |
parent | c6a73b99df34e0a18d99e98bfc430f69327583e7 (diff) | |
parent | 93d849beaebb00dc4dcb6cb5ffa4721883e0da51 (diff) | |
download | gitlab-ce-f6a1a21f6f808738b3caccca1b1233303649f898.tar.gz |
Merge branch 'issue_22382' into 'master'
Expose project share expiration_date field on API
closes #22382
See merge request !6484
Diffstat (limited to 'doc/api')
-rw-r--r-- | doc/api/projects.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/api/projects.md b/doc/api/projects.md index 750ce1508df..869907b0dd7 100644 --- a/doc/api/projects.md +++ b/doc/api/projects.md @@ -899,6 +899,7 @@ Parameters: - `id` (required) - The ID or NAMESPACE/PROJECT_NAME of the project to be forked - `group_id` (required) - The ID of a group - `group_access` (required) - Level of permissions for sharing +- `expires_at` - Share expiration date in ISO 8601 format: 2016-09-26 ## Hooks |