Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1056 from joyent/ether/legacy-validation-endpoints
Browse files Browse the repository at this point in the history
deprecate legacy validation endpoints
  • Loading branch information
karenetheridge committed Nov 10, 2020
2 parents c90f582 + db2e313 commit f1aa60d
Show file tree
Hide file tree
Showing 24 changed files with 544 additions and 326 deletions.
4 changes: 4 additions & 0 deletions docs/index.md
Expand Up @@ -101,7 +101,11 @@ Available top-level routes are:

* [Conch::Route::Validation](modules/Conch::Route::Validation)
* `/validation`

* [Conch::Route::ValidationPlan](modules/Conch::Route::ValidationPlan)
* `/validation_plan`

* [Conch::Route::ValidationState](modules/Conch::Route::ValidationState)
* `/validation_state`

* [Conch::Route::Workspace](modules/Conch::Route::Workspace)
Expand Down
8 changes: 7 additions & 1 deletion docs/json-schema/request.json
Expand Up @@ -688,7 +688,13 @@
"type" : "integer"
},
"validation_plan_id" : {
"$ref" : "common.json#/definitions/uuid"
"$comment" : "this property will become nullable in v3.3 and removed in v4.0",
"allOf" : [
{
"$ref" : "common.json#/definitions/uuid"
}
],
"deprecated" : true
}
},
"type" : "object"
Expand Down

0 comments on commit f1aa60d

Please sign in to comment.