POST /api/v2/recording/recordings/{recordingId}/status 405 Method Not Allowed

Trying to pause an active call recording via the API. The docs say to POST to /api/v2/recording/recordings/{recordingId}/status with "status": "paused" in the body. Getting a 405 Method Not Allowed error immediately. Checked the headers, got the right scope recording:control. Am I hitting the wrong endpoint or is this a known bug?