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
{{ message }}
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.
I'm having issues when trying to patch the entity:
once implements PotentialActionInterface is added to the Entity a PATCH is no more possible. It fails with "hydra:description": "The content-type \"application/merge-patch+json\" is not supported. Supported MIME types are \"\".", regardless of the content-type. If I remove the implements it shows me the supported MIME types when it doesn't match.
The text was updated successfully, but these errors were encountered:
Hey,
I'm having issues when trying to patch the entity:
once
implements PotentialActionInterface
is added to the Entity a PATCH is no more possible. It fails with"hydra:description": "The content-type \"application/merge-patch+json\" is not supported. Supported MIME types are \"\".",
regardless of the content-type. If I remove theimplements
it shows me the supported MIME types when it doesn't match.The text was updated successfully, but these errors were encountered: