Skip to content

Commit

Permalink
[Automated] Merged master into target k8s
Browse files Browse the repository at this point in the history
  • Loading branch information
va-vsp-bot authored Apr 11, 2024
2 parents 281afc1 + 727ef23 commit 82f1f81
Show file tree
Hide file tree
Showing 3 changed files with 187 additions and 187 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ class ControllerSwagger
extend VBADocuments::Responses::ForbiddenError
key :summary, 'Get status for a previous benefits document upload'
key :operationId, 'getBenefitsDocumentUploadStatus'
key :description, 'A request to the `/uploads/{id}` endpoint will return a real-time status for that GUID, ' \
'and update its status in `/uploads/report`.\n\n' \
'The `updated_at` field indicates the last time the status for a given GUID was updated.'

key :tags, [
VBA_TAG
Expand Down Expand Up @@ -173,6 +176,12 @@ class ControllerSwagger

key :summary, 'Get a bulk status report for a list of previous uploads'
key :operationId, 'getBenefitsDocumentUploadStatusReport'
key :description, 'Due to current system limitations, data for the `/uploads/report` endpoint is cached for one hour.' \
'\n\n' \
'A request to the `/uploads/{id}` endpoint will return a real-time status for that GUID, ' \
'and update its status in `/uploads/report`.' \
'\n\n' \
'The `updated_at` field indicates the last time the status for a given GUID was updated.'

security do
key :apikey, []
Expand Down
Loading

0 comments on commit 82f1f81

Please sign in to comment.