diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-30 12:58:41 +0000 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-09-30 12:58:41 +0000 |
commit | 91a91557ce4aeeafa34856009359bb6c34e3e10e (patch) | |
tree | b8b712de74856645d9c4a97faff47dbd7f6cde08 /doc/api/projects.md | |
parent | 5838d1ba892872553dcd4e3945a3fab8faf339a4 (diff) | |
parent | b9daced7a2814fa74a3f0dddf38858100678c6b1 (diff) | |
download | gitlab-ce-91a91557ce4aeeafa34856009359bb6c34e3e10e.tar.gz |
Merge branch 'master' into 'fix_oauth_doc'
# Conflicts:
# doc/api/oauth2.md
Diffstat (limited to 'doc/api/projects.md')
-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 |