File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -64,9 +64,9 @@ Get all namespaces that match a string in their name or path.
64
64
GET /namespaces?search=foobar
65
65
```
66
66
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 |
70
70
71
71
Example request:
72
72
@@ -98,9 +98,9 @@ Get a namespace by ID.
98
98
GET /namespaces/:id
99
99
```
100
100
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 ) |
104
104
105
105
Example request:
106
106
You can’t perform that action at this time.
0 commit comments