Update Xray Settings By ProjectID
This endpoint updates the Xray settings associated with a specified project. The user must have access to the project and be part of the associated company. The updated settings will include the Xray project key and configuration.
Endpoint Information
URL:
https://testinium.io/Testinium.RestApi/api/projects/{projectId}/plugins/xray
Method:
PUT
Authentication: Required (
Bearer Token
)
Path Parameters
projectId
Long
Yes
The unique ID of the project to update Xray settings for.
Query Parameters
This endpoint does not accept any query parameters.
Request Body
The request body must include the Xray settings to be updated.
Example Request Body:
Response
The response includes the updated Xray project details for the specified project.
Example Response:
Error Codes
400
INVALID_PROJECT_ID
The provided project ID is invalid.
403
ACCESS_DENIED
The user does not have access to the specified project.
404
PROJECT_NOT_FOUND
The project with the specified ID does not exist.
500
INTERNAL_SERVER_ERROR
An unexpected error occurred while updating Xray settings.
Example Request
Last updated