Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Léo-Paul Géneau
gitlab-ce
Commits
afcd3aee
Commit
afcd3aee
authored
Mar 15, 2019
by
Marcel Amirault
Committed by
Achilleas Pipinellis
Mar 15, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Add link to namespace api doc to clarify URL-encoded path
parent
4144a0fd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
doc/api/namespaces.md
doc/api/namespaces.md
+6
-6
No files found.
doc/api/namespaces.md
View file @
afcd3aee
...
...
@@ -65,7 +65,7 @@ GET /namespaces?search=foobar
```
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
| --------- | ----
--
| -------- | ----------- |
|
`search`
| string | no | Returns a list of namespaces the user is authorized to see based on the search criteria |
Example request:
...
...
@@ -99,8 +99,8 @@ GET /namespaces/:id
```
| Attribute | Type | Required | Description |
| --------- | ---- | -------- | ----------- |
|
`id`
| integer/string | yes
| ID or path of the namespace
|
| --------- | ----
----------
| -------- | ----------- |
|
`id`
| integer/string | yes
| ID or
[
URL-encoded path of the namespace
](
README.md#namespaced-path-encoding
)
|
Example request:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment