Liberator.Resource.patch_enacted-question-mark
You're seeing just the callback
patch_enacted-question-mark
, go back to Liberator.Resource module for more information.
Specs
patch_enacted?(Plug.Conn.t()) :: true | false
Check if the PATCH
request was processed.
Return false
here if the request was put on some processing queue and the
patch was not actually enacted yet.
Returning false
here would return a 202 Accepted instead of some other response.
By default, always returns true
.