# (NEW!) Update Request COMING SOON! Use this endpoint to update an existing Request. Only send the data that you wish to change. Endpoint: PATCH /request/{id} Version: 1.5 Security: ApiKeyAuth, BasicAuth ## Header parameters: - `X-API-Key` (string, required) Customer-specific API key required to invoke API. - `Authorization` (string, required) Provided by Authentication Token creation operation ## Path parameters: - `id` (string, required) A Request ID. Example: "4e428628-2537-40b5-91a4-5393cbf167df" ## Request fields (application/json): - `assignedTo` (string) Email of the user to whom the assets are assigned. Example: "admin@tenovos.com" - `status` (string) Use this property to update the status of the Request. Example: "In Progress" - `assets` (array) - `assets.id` (string) Unique identifier for the asset. Example: "cd0caff5-2756-4d7c-a43d-a926a81fa9b8" - `assets.assignedTo` (string) Email of the user assigned to the asset. Example: "ctc-admin@tenovos.com" - `assets.status` (string) Current status of the asset (e.g., Approved, Rejected). Example: "Rejected" - `assets.note` (string) Additional notes about the asset. Example: "Test Note" - `assets.rejectionReason` (string) Reason for rejection, if applicable. Example: "Invalid Asset Metadata" ## Response 401 fields (application/json): - `message` (string) - `detail` (string) ## Response 403 fields (application/json): - `message` (string) - `detail` (string) ## Response 204 fields