Update extension point
PATCH/api/v1/extensionPoints/:extensionPointId
Preview: The API is in development or testing phases and the interface could still change slightly.
Applies the given JSON patch to the configuration of an existing extension point. The patch operation is applied to the data structure the client would receive on a Get extension point operation.
Scope: []
Request
Responses
- 200
- 403
- 409
Updated/patched the extension point field(s).
You must have the permission 'extension_point_manage' on the extension point that is in your request. The creator of the extension point receives this permission automatically.
Already exists.