before_action :require_public_data, :only => [:create]
before_action :check_api_writable
before_action :check_api_readable, :except => [:create]
before_action :require_public_data, :only => [:create]
before_action :check_api_writable
before_action :check_api_readable, :except => [:create]
# Return a copy of the updated changeset
@changeset = comment.changeset
render "api/changesets/changeset"
# Return a copy of the updated changeset
@changeset = comment.changeset
render "api/changesets/changeset"
# Return a copy of the updated changeset
@changeset = comment.changeset
render "api/changesets/changeset"
# Return a copy of the updated changeset
@changeset = comment.changeset
render "api/changesets/changeset"