The PATCH — mark test as completed section in the Assessment API documentation doesn't specify which authorization headers to use, but the provided example does set an authorization header: -H "Authorization: Basic MGQwMzFkODIyN2VhZmE2MWRjMzc1YTZjMmUwNjdlMjQ6"
Should an authorization header be set for this endpoint? If so, what API key should be used? (In the documentation example, the authorization header uses the same API key for this endpoint as it does for the other Assessment API endpoints (e.g., send_test), which suggests that the API key for the integrating partner should be used for this request — if this is not the case, the example should be updated to make this less confusing).
The PATCH — mark test as completed section in the Assessment API documentation doesn't specify which authorization headers to use, but the provided example does set an authorization header:
-H "Authorization: Basic MGQwMzFkODIyN2VhZmE2MWRjMzc1YTZjMmUwNjdlMjQ6"Should an authorization header be set for this endpoint? If so, what API key should be used? (In the documentation example, the authorization header uses the same API key for this endpoint as it does for the other Assessment API endpoints (e.g.,
send_test), which suggests that the API key for the integrating partner should be used for this request — if this is not the case, the example should be updated to make this less confusing).