owncloud / owncloud/ocis

creating user gives incorrect status code

Open
#10,063 0 comments 0 reactions 0 assignees View on GitHub
Type:Bug
Dominant language
Go
Stars
2.1k
Forks
274
Avg merge
2d 1h
Merged PRs (30d)
103

Description

## Describe the bug
According to https://owncloud.dev/libre-graph-api/#/educationUser/CreateEducationUser creating user should give `201`

## Steps to reproduce
1. create an education user

## Expected behavior
the status code should be `201`
https://owncloud.dev/libre-graph-api/#/educationUser/CreateEducationUser

## Actual behavior
the status code is `200`

## Setup
Please describe how you started the server and provide a list of relevant environment variables or configuration files.

```console
OCIS_IMAGE=owncloud/ocis-rolling:latest
```

## Additional context
Add any other context about the problem here.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.