Skip to content

Commit

Permalink
Use correct response types for migration endpoints.
Browse files Browse the repository at this point in the history
The integration tests expect these to be 202 ACCEPTED.
  • Loading branch information
jonathanknowles committed May 10, 2021
1 parent 7178202 commit f77e6e9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions specifications/api/swagger.yaml
Expand Up @@ -3629,8 +3629,8 @@ x-responsesCreateWalletMigrationPlan: &responsesCreateWalletMigrationPlan
schema: *errNothingToMigrate
<<: *responsesErr404WalletNotFound
<<: *responsesErr406
200:
description: Ok
202:
description: Accepted
content:
application/json:
schema: *ApiWalletMigrationPlan
Expand All @@ -3648,8 +3648,8 @@ x-responsesMigrateWallet: &responsesMigrateWallet
<<: *responsesErr404WalletNotFound
<<: *responsesErr406
<<: *responsesErr415UnsupportedMediaType
200:
description: Ok
202:
description: Accepted
content:
application/json:
schema:
Expand Down

0 comments on commit f77e6e9

Please sign in to comment.