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
Fix form submit response @id returning /submit suffix instead of canonical IRI
AP4 4.x uses the current operation's uriTemplate to generate @id, so
POST/PATCH to /forms/{id}/submit was returning @id with the /submit
suffix. Adding normalizationContext: ['item_uri_template' => '/forms/{id}']
on both submit operations forces the IRI converter to use the canonical
Get template instead.
0 commit comments