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
feat: [GROOT-1550] add support for taxonomy PUT methods (#2464)
* feat: [GROOT-1550] add support for taxonomy PUT methods
* feat: [GROOT-1550] introduce proposal for fixing update behavior in taxonomy (#2469)
* feat: [GROOT-1550] introduce proposal for fixing update behavior in taxonomy
* chore: [GROOT-1550] remove default version for taxonomy updates
* fix: [GROOT-1550] remove patch header from taxonomy put method
* @deprecated The behavior of this method as a PATCH is being deprecated, and will be replaced with a PUT in the next major version. Use the `patch` method instead.
* @deprecated In the next major version, this method will be replaced with the standard `update` method which will be updated to use PUT instead of PATCH.
* @deprecated The behavior of this method as a PATCH is being deprecated, and will be replaced with a PUT in the next major version. Use the `patch` method instead.
* @deprecated In the next major version, this method will be replaced with the standard `update` method which will be updated to use PUT instead of PATCH.
0 commit comments