You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation
In some cases, we want to update a resource not because it has been updated itself but because some of it context (project configuration, imports) changed.
In this case, we don't need to pass the latest payload to refresh this resource.
Acceptance criteria
This new operation can be applied to schemas and resources
The resources/write permission is needed
The endpoints are:
PUT /v1/resources/{org_label}/{project_label}/{schema_id}/{resource_id}/refresh
PUT /v1/schemas/{org_label}/{project_label}/{schema_id}/refresh
The behaviour is the same as the update operation
documentation & tests to be added
The text was updated successfully, but these errors were encountered:
Motivation
In some cases, we want to update a resource not because it has been updated itself but because some of it context (project configuration, imports) changed.
In this case, we don't need to pass the latest payload to
refresh
this resource.Acceptance criteria
resources/write
permission is neededThe text was updated successfully, but these errors were encountered: