Content
View differences
Updated by Wieland Lindenthal over 3 years ago
**As** a Helm/Docker/... shard administrator
**I want to** be able to add a file storage to an OpenProject instance via a an API POST request rake task
**so that** the integration can get scripted and no further manual setup is needed.
**Acceptance criteria**
* An API endpoint A rake task is available that takes
* provider\_type: :nextcloud
* Host
* Name
* Nextcloud OAuth ID
* Nextcloud OAuth Secret
* and returns
* on success:
* OpenProject OAuth ID
* OpenProject OAuth Secret
* on error:
* errors display error messages
**I want to** be able to add a file storage to an OpenProject instance via a an API POST request
**so that** the integration can get scripted and no further manual setup is needed.
**Acceptance criteria**
* An API endpoint
* provider\_type: :nextcloud
* Host
* Name
* Nextcloud OAuth ID
* Nextcloud OAuth Secret
* and returns
* on success:
* OpenProject OAuth ID
* OpenProject OAuth Secret
* on error:
* errors