2
0

Change the quote revocation REST API endpoint to return updated quote post (#35677)

This commit is contained in:
Claire
2025-08-05 11:42:58 +02:00
committed by GitHub
parent 9c0a10f662
commit 1fd3510b32
2 changed files with 7 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ class Api::V1::Statuses::QuotesController < Api::V1::Statuses::BaseController
RevokeQuoteService.new.call(@quote)
render_empty # TODO: do we want to return something? an updated status?
render json: @quote.status, serializer: REST::StatusSerializer
end
private