Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
passwords
Manage
Activity
Members
Plan
Wiki
Custom issue tracker
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Environments
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nextcloud
passwords
Wiki
Developers
Api
Folder Api
Changes
Page history
New page
Templates
Clone repository
Fixed incorrect naming of details parameter
authored
5 years ago
by
Marius David Wieschollek
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Developers/Api/Folder-Api.md
+3
-3
3 additions, 3 deletions
Developers/Api/Folder-Api.md
with
3 additions
and
3 deletions
Developers/Api/Folder-Api.md
View page @
fe36c56f
...
...
@@ -179,7 +179,7 @@ The show action lists the properties of a single folder.
| Argument | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| id | string | - | yes | The id of the folder |
| detail
Level
| string | "model" | no | The detail level of the returned folder object |
| detail
s
| string | "model" | no | The detail level of the returned folder object |
#### Return value
The success status code is
`200 Ok`
...
...
@@ -197,7 +197,7 @@ The list action lists all folders of the user except those in trash and the hidd
#### Arguments
| Argument | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| detail
Level
| string | "model" | no | The detail level of the returned folder objects |
| detail
s
| string | "model" | no | The detail level of the returned folder objects |
#### Return value
The success status code is
`200 Ok`
...
...
@@ -220,7 +220,7 @@ How the criteria array works is explained on the [object search page](./Object-S
| Argument | Type | Default | Required | Description |
| --- | --- | --- | --- | --- |
| criteria | array | [] | no | The search criteria |
| detail
Level
| string | "model" | no | The detail level of the returned folder objects |
| detail
s
| string | "model" | no | The detail level of the returned folder objects |
#### Allowed search fields
| Field | Type | Description |
...
...
This diff is collapsed.
Click to expand it.