Skip to content

Commit

Permalink
fixing typos for list rendering (#1621)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivan Subotic <400790+subotic@users.noreply.github.com>
  • Loading branch information
loicjaouen and subotic committed Jun 6, 2020
1 parent 566e805 commit f984c2e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/src/paradox/03-apis/api-admin/projects.md
Expand Up @@ -22,26 +22,30 @@ License along with Knora. If not, see <http://www.gnu.org/licenses/>.
## Endpoint Overview

**Project Operations:**
- `GET: /admin/projects` : return all projects

- `GET: /admin/projects` : return all projects
- `POST: /admin/projects` : create a new project
- `GET: /admin/projects/[iri | shortname | shortcode]/<identifier>` : returns a single project identified either through iri, shortname, or shortcode
- `PUT: /admin/projects/iri/<identifier>` : update a project identified by iri
- `DELETE: /admin/projects/iri/<identifier>` : update project status to false
- `GET: /admin/projects/iri/<identifier>/AllData` : returns a TriG file containing the project's data

**Project Member Operations:**

- `GET: /admin/projects/[iri | shortname | shortcode]/<identifier>/members` : returns all members part of a project identified through iri, shortname or shortcode

**Project Admin Member Operations:**

- `GET: /admin/projects/[iri | shortname | shortcode]/<identifier>/admin-members` : returns all admin members part of a project identified through iri, shortname or shortcode

**Project Keyword Operations:**

- `GET: /admin/projects/Keywords` : returns all unique keywords for all projects as a list
- `GET: /admin/projects/iri/<identifier>/Keywords` : returns all keywords for a single project

**Project Restricted View Settings Operations:**
- `GET: /admin/projects/iri/<identifier>/RestrictedViewSettings` : returns the project's restricted view settings

- `GET: /admin/projects/iri/<identifier>/RestrictedViewSettings` : returns the project's restricted view settings

## Project Operations

Expand Down

0 comments on commit f984c2e

Please sign in to comment.