hex_api_release.unretire

You're seeing just the function unretire, go back to hex_api_release module for more information.
Link to this function

unretire(Config, Name, Version)

View Source

Specs

unretire(hex_core:config(), binary(), binary()) -> hex_api:response().

Unretires a package release.

Examples:

  > hex_api_release:unretire(hex_core:default_config(), <<"package">>, <<"1.0.0">>).
  {ok, {204, ..., nil}}