Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arkindex
Backend
Merge requests
!1097
Endpoint to retrieve, update, delete a group
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Endpoint to retrieve, update, delete a group
edit-group
into
master
Overview
5
Commits
8
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Merged
Valentin Rigal
requested to merge
edit-group
into
master
4 years ago
Overview
5
Commits
8
Pipelines
0
Changes
2
All threads resolved!
Hide all comments
Expand
requires
!1094 (merged)
Closes
#529 (closed)
Closes
#530 (closed)
Edited
4 years ago
by
Valentin Rigal
0
0
Merge request reports
Viewing commit
17effb0a
Prev
Next
Show latest version
2 files
+
10
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
17effb0a
Rebase fixes
· 17effb0a
Valentin Rigal
authored
4 years ago
arkindex/project/api_v1.py
+
1
−
1
Options
@@ -86,9 +86,9 @@ from arkindex.project.openapi import SchemaGenerator
from
arkindex.users.api
import
(
CredentialsList
,
CredentialsRetrieve
,
GroupsList
,
GroupDetails
,
GroupMembershipsList
,
GroupsList
,
JobList
,
JobRetrieve
,
OAuthCallback
,
Loading