open-education-api / specification

OpenAPI (fka Swagger) specification for the Open Education API.
Other
32 stars 26 forks source link

[Change request]: HTTP-methods for updating person #312

Open cdunnink opened 3 months ago

cdunnink commented 3 months ago

Organization

Deltion College

Project

ODS Implementation

Contact Details

cdunnink@deltion.nl

Short description

PUT/PATCH-methods are missing in the Person-entitiy https://openonderwijsapi.nl/specification/v5/docs.html#tag/persons

It is possible to read or insert a Person, but a Person cannot be changed.

Version

v5

Usecase

Change a property of a Person

Which institutions support this change?

No response

Proposed solution

add a PUT and PATCH method to the specified path

Requests and responses

No response

What is your question for the OOAPI work group?

Can a PUT and PATCH-method be added for the Person-entitiy?