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
Commits
1c707e99
Commit
1c707e99
authored
1 month ago
by
Tomasz Wolniewicz
Browse files
Options
Downloads
Patches
Plain Diff
Description fixes in API
parent
ccdd1f40
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!46
Description fixes in API
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/API.php
+9
-2
9 additions, 2 deletions
lib/API.php
with
9 additions
and
2 deletions
lib/API.php
+
9
−
2
View file @
1c707e99
...
@@ -1056,7 +1056,7 @@ Click action names for a full description.</p>';
...
@@ -1056,7 +1056,7 @@ Click action names for a full description.</p>';
'required'
=>
FALSE
,
'required'
=>
FALSE
,
'values'
=>
'7 or "all" - all entities; 4 or "idp" - IdPs only; 2 or "sp" - SPs only; 1 or "aa" - standalone AAs only.'
,
'values'
=>
'7 or "all" - all entities; 4 or "idp" - IdPs only; 2 or "sp" - SPs only; 1 or "aa" - standalone AAs only.'
,
'default'
=>
7
,
'default'
=>
7
,
'description'
=>
'limits the results to a givien entity type'
,
'description'
=>
'limits the results to a givien entity type
, also with sp, idp, aa set the output is simplified - best test it out yourself.
'
,
],
],
[
[
'arg'
=>
'lang'
,
'arg'
=>
'lang'
,
...
@@ -1067,7 +1067,7 @@ Click action names for a full description.</p>';
...
@@ -1067,7 +1067,7 @@ Click action names for a full description.</p>';
[
[
'arg'
=>
'opt'
,
'arg'
=>
'opt'
,
'required'
=>
FALSE
,
'required'
=>
FALSE
,
'values'
=>
'1 show request innitiator; none or any other -
do not show
'
,
'values'
=>
'1
-
show request innitiator;
2 - show as and array [status, name, regauth],
none or any other -
just the name
'
,
'description'
=>
''
'description'
=>
''
]
]
],
],
...
@@ -1077,6 +1077,13 @@ Click action names for a full description.</p>';
...
@@ -1077,6 +1077,13 @@ Click action names for a full description.</p>';
[
'opt'
=>
[
'e_id'
=>
'https://sso.umk.pl/idp/shibboleth'
,
[
'opt'
=>
[
'e_id'
=>
'https://sso.umk.pl/idp/shibboleth'
,
'lang'
=>
'pl'
,],
'lang'
=>
'pl'
,],
'title'
=>
'show the Polish name'
],
'title'
=>
'show the Polish name'
],
[
'opt'
=>
[
'e_id'
=>
'https://sso.umk.pl/idp/shibboleth'
,
'type'
=>
'idp'
],
'title'
=>
'show default name with type set to idp'
],
[
'opt'
=>
[
'e_id'
=>
'https://sso.umk.pl/idp/shibboleth'
,
'type'
=>
'idp'
,
'opt'
=>
2
],
'title'
=>
'show default name with type set to idp and opt set to 2'
],
],
],
]);
]);
if
(
$this
->
opts
[
'help'
]
==
1
)
{
if
(
$this
->
opts
[
'help'
]
==
1
)
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment