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
Added session documentation
authored
5 years ago
by
Marius David Wieschollek
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Developers/Api/Folder-Api.md
+10
-10
10 additions, 10 deletions
Developers/Api/Folder-Api.md
with
10 additions
and
10 deletions
Developers/Api/Folder-Api.md
View page @
441666dc
...
...
@@ -45,16 +45,16 @@ The properties "revisions", "parent", "folders" and "passwords" are also process
# Available api actions
| Action | Url | Method | Description |
| --- | --- | --- | --- |
| list |
`/api/1.0/folder/list`
| GET | List all folders with the default detail level |
| list |
`/api/1.0/folder/list`
| POST | List all folders with the given detail level |
| show |
`/api/1.0/folder/show`
| POST | Show a folder |
| find |
`/api/1.0/folder/find`
| POST | Find folders matching given criteria |
| create |
`/api/1.0/folder/create`
| POST | Create a new folder |
| update |
`/api/1.0/folder/update`
| PATCH | Update an existing folder |
| delete |
`/api/1.0/folder/delete`
| DELETE | Delete a folder |
| restore |
`/api/1.0/folder/restore`
| PATCH | Restore an earlier state of a folder |
| Action | Url | Method |
Session required |
Description |
| --- | --- | --- | --- |
--- |
| list |
`/api/1.0/folder/list`
|
|
GET |
yes |
List all folders with the default detail level |
| list |
`/api/1.0/folder/list`
| POST |
yes |
List all folders with the given detail level |
| show |
`/api/1.0/folder/show`
| POST |
yes |
Show a folder |
| find |
`/api/1.0/folder/find`
| POST |
yes |
Find folders matching given criteria |
| create |
`/api/1.0/folder/create`
| POST |
yes |
Create a new folder |
| update |
`/api/1.0/folder/update`
| PATCH |
yes |
Update an existing folder |
| delete |
`/api/1.0/folder/delete`
| DELETE |
yes |
Delete a folder |
| restore |
`/api/1.0/folder/restore`
| PATCH |
yes |
Restore an earlier state of a folder |
...
...
This diff is collapsed.
Click to expand it.