Skip to content

Commit afcd3ae

Browse files
Ravlenaxilleas
authored andcommitted
Docs: Add link to namespace api doc to clarify URL-encoded path
1 parent 4144a0f commit afcd3ae

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api/namespaces.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ Get all namespaces that match a string in their name or path.
6464
GET /namespaces?search=foobar
6565
```
6666

67-
| Attribute | Type | Required | Description |
68-
| --------- | ---- | -------- | ----------- |
69-
| `search` | string | no | Returns a list of namespaces the user is authorized to see based on the search criteria |
67+
| Attribute | Type | Required | Description |
68+
| --------- | ------ | -------- | ----------- |
69+
| `search` | string | no | Returns a list of namespaces the user is authorized to see based on the search criteria |
7070

7171
Example request:
7272

@@ -98,9 +98,9 @@ Get a namespace by ID.
9898
GET /namespaces/:id
9999
```
100100

101-
| Attribute | Type | Required | Description |
102-
| --------- | ---- | -------- | ----------- |
103-
| `id` | integer/string | yes | ID or path of the namespace |
101+
| Attribute | Type | Required | Description |
102+
| --------- | -------------- | -------- | ----------- |
103+
| `id` | integer/string | yes | ID or [URL-encoded path of the namespace](README.md#namespaced-path-encoding) |
104104

105105
Example request:
106106

0 commit comments

Comments
 (0)