Skip to main content

Update project features

PATCH /v1/projects/me/features
devhttps://api.sandbox.ovok.com

Replace the FHIR-server feature flag list on the caller’s current project. Admin-only. Empty array disables every flag.

Request body

Content-Type: application/json

  • features: array (required)

Responses

CodeDescription
200Success.
400The request could not be operated by the server.
401The resource owner or authorization server denied the request.
404The requested resource could not be found.
422The request could not be validated by the server.
500The server encountered an unexpected condition. Please try again later.

200ProjectFeaturesResponseDto (application/json)

Current project-level feature flags.

  • features: string[] (required)