v1
Update
Updates a Coverage. The path must contain the next version number to prevent race conditions. For example, if the current version of the coverage is n, you will need to send a request to this endpoint with /{id}/n+1 to update the coverage. Updating historic versions is not supported.
put/coverages/v1//{id}/{version}
Path parameters
idCommonCoverageId required— unresolved $ref
versionstring required
Headers
Authorizationstring required
OAuth authentication
Request body
V1MutableCoverage required— unresolved $ref
Response
Response with status 200
V1Coverage required— unresolved $ref