Update a porting activation job
Updates the activation time of a porting activation job.
PATCH
JavaScript
Documentation Index
Fetch the complete documentation index at: https://developers.telnyx.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Porting Order id
Activation Job Identifier
Body
application/json
The desired activation time. The activation time should be between any of the activation windows.
Example:
"2019-01-01T00:00:00Z"
Response
Successful response
JavaScript