• Dmitriy Zaporozhets's avatar
    New API: share project with group · 1eba9366
    Dmitriy Zaporozhets authored
    Share project with group using API.
    You must be a master or owner of project in order to do it.
    
    POST /projects/:id/share
    
    Parameters:
      id (required) - The ID of a project
      group_id (required) - The ID of a group
      group_access (required) - Level of permissions for sharing
    1eba9366
projects_spec.rb 24.3 KB