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
Is there a trick that anyone is using to reference a value from create response to template the destroy_url? For example, when an API schema needs the resource ID in the URL for delete DELETE /api/v1/someresource/{someresource_id}. Unfortunately, self cannot be used.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
Is there a trick that anyone is using to reference a value from create response to template the
destroy_url? For example, when an API schema needs the resource ID in the URL for deleteDELETE /api/v1/someresource/{someresource_id}. Unfortunately,selfcannot be used.Beta Was this translation helpful? Give feedback.
All reactions