Skip to content

Commit 20d2947

Browse files
committed
Remove extra row
1 parent 371b7cf commit 20d2947

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

website/docs/cloud-docs/api-docs/private-registry/manage-module-versions.mdx

+1-3
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ This endpoint allows you to revert the deprecation of a specific module version.
151151
| [200](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/200) | [JSON API document](http:///terraform/cloud-docs/api-docs#json-api-documents) | Successfully reverted a module version’s deprecation. |
152152
| [404](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/404) | [JSON API error object](http://jsonapi.org/format/#error-objects) | This organization is not authorized to revert the depreciation of this module version, or the module version does not exist. |
153153
| [422](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/422) | [JSON API error object](http://jsonapi.org/format/#error-objects) | Malformed request body, for example the request is missing attributes or uses the wrong types. |
154-
| [500](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500) | [JSON API error object](http://jsonapi.org/format/#error-objects) | Failure occurred while reverting the deprecation of a module version. |
155-
| [500](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500) or [503](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/503) | [JSON API error object](http://jsonapi.org/format/#error-objects) | Failure occurred while deprecating a module version. |
156-
154+
| [500](https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500) or [503] | [JSON API error object](http://jsonapi.org/format/#error-objects) | Failure occurred while reverting the deprecation of a module version. |
157155

158156
### **Sample Request**
159157

0 commit comments

Comments
 (0)