http://groundstation.{region}.amazonaws.com/ephemeris/{ephemerisId}Updates an existing ephemeris
The AWS Ground Station ephemeris ID.
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
<p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p> <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p> <p>Priority must be 1 or greater</p>
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://groundstation.{region}.amazonaws.com/ephemeris/{ephemerisId}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}http://groundstation.{region}.amazonaws.com/ephemeris/{ephemerisId}Updates an existing ephemeris
The AWS Ground Station ephemeris ID.
A name string associated with the ephemeris. Used as a human-readable identifier for the ephemeris.
Whether the ephemeris is enabled or not. Changing this value will not require the ephemeris to be re-validated.
<p>Customer-provided priority score to establish the order in which overlapping ephemerides should be used.</p> <p>The default for customer-provided ephemeris priority is 1, and higher numbers take precedence.</p> <p>Priority must be 1 or greater</p>
{
"success": true,
"data": {
"id": "abc123",
"created_at": "2025-01-01T00:00:00Z"
}
}{
"success": false,
"error": {
"code": "VALIDATION_ERROR",
"message": "Invalid request parameters"
}
}1curl --request PUT \2 --url 'http://groundstation.{region}.amazonaws.com/ephemeris/{ephemerisId}' \3 --header 'accept: application/json' \4 --header 'content-type: application/json'1{2 "success": true,3 "data": {4 "id": "abc123",5 "created_at": "2025-01-01T00:00:00Z"6 }7}