Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
eduGAIN Technical Site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
edugain
eduGAIN OT
eduGAIN Technical Site
Merge requests
!1
Twoln dev
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Twoln dev
twoln-dev
into
master
Overview
0
Commits
57
Pipelines
0
Changes
1
Closed
Tomasz Wolniewicz
requested to merge
twoln-dev
into
master
2 years ago
Overview
0
Commits
57
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
93ac44e5
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
93ac44e5
fixing decriptions
· 93ac44e5
Tomasz Wolniewicz
authored
1 year ago
lib/API.php
+
2
−
2
Options
@@ -428,7 +428,7 @@ class API {
'required'
=>
FALSE
,
'default'
=>
'0'
,
'values'
=>
'0, 1, 2, 3, 4'
,
'description'
=>
'0 - show all; 1 - only production feds; 2 - all members; 3 - only candidates; 4 - only voting-only
)
'
,
'description'
=>
'0 - show all; 1 - only production feds; 2 - all members; 3 - only candidates; 4 - only voting-only'
,
],
$this
->
addStdArgument
(
'format'
),
],
@@ -461,7 +461,7 @@ class API {
'required'
=>
FALSE
,
'default'
=>
'0'
,
'values'
=>
'0, 1, 2, 3, 4'
,
'description'
=>
'0 - show all; 1 - only production feds; 2 - all members; 3 - only candidates; 4 - only voting-only
)
'
],
'description'
=>
'0 - show all; 1 - only production feds; 2 - all members; 3 - only candidates; 4 - only voting-only'
],
$this
->
addStdArgument
(
'format'
),
],
'returns'
=>
[
Loading