Skip to content

Commit

Permalink
API-22655 526 v2 service description for validate endpoint (#12972)
Browse files Browse the repository at this point in the history
* Updates rswag_disability_compensation_request_spec for validate endpoint edscription
* compiles docs for v2 dev
Changes to be committed:
	modified:   modules/claims_api/app/swagger/claims_api/v2/dev/swagger.json
	modified:   modules/claims_api/spec/requests/v2/veterans/rswag_disability_compensation_request_spec.rb
  • Loading branch information
rockwellwindsor-va authored Jun 13, 2023
1 parent b0716ee commit 62acab2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4031,7 +4031,7 @@
]
}
],
"description": "Test to make sure the form submission works with your parameters.\nSubmission validates against the schema returned by the GET /forms/526 endpoint.\n",
"description": "Validates a request for a disability compensation claim submission (21-526EZ).\nThis endpoint can be used to test the request parameters for your /526 submission.\n",
"parameters": [
{
"name": "veteranId",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,8 @@
consumes 'application/json'
produces 'application/json'
validate_description = <<~VERBIAGE
Test to make sure the form submission works with your parameters.
Submission validates against the schema returned by the GET /forms/526 endpoint.
Validates a request for a disability compensation claim submission (21-526EZ).
This endpoint can be used to test the request parameters for your /526 submission.
VERBIAGE
description validate_description

Expand Down

0 comments on commit 62acab2

Please sign in to comment.