Liberator.Resource.put_enacted-question-mark

You're seeing just the callback put_enacted-question-mark, go back to Liberator.Resource module for more information.
Link to this callback

put_enacted?(arg1)

View Source (since 1.0)

Specs

put_enacted?(Plug.Conn.t()) :: true | false

Check if the PUT request was processed. Return false here if the request was put on some processing queue and the put was not actually enacted yet. Returning false here would return a 202 Accepted instead of some other response.

By default, always returns true.