Liberator.Resource.can_put_to_missing-question-mark

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

can_put_to_missing?(arg1)

View Source (since 1.0)

Specs

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

Decide if we can PUT to a resource that does not exist, or return 501 Not Implemented.

By default, always returns true.