Extend projects API with CI data
Reference #4264 (closed)
Merge request reports
Activity
mentioned in issue #4264 (closed)
@ayufan I've added CI data into projects API. Should we allow users edit
runners_token
field via API like it is in the GUI?Added 1 commit:
- ba9799b4 - Update ./doc/api
Added 1 commit:
- fc4108b3 - Modify CI features in projects API
@DouweM @rspeicher Can you review?
69 69 # Example Request: 70 70 # GET /projects/:id 71 71 get ":id" do 72 present user_project, with: Entities::ProjectWithAccess, user: current_user 72 present user_project, with: Entities::ProjectWithAccess, user: current_user, 73 user_can_admin_project: can?(current_user, :admin_project, user_project) mentioned in commit 9664424c
Please register or sign in to reply