Skip to main content
PUT https://api.revreply.com/v1/agent/{agent}
This endpoint requires authentication.

Try it

Use the following request to update an agent:

Authentication

This endpoint uses Bearer authentication with a JWT.

Request

Headers

Path parameters

Body

The PUT endpoint uses the UpdateAgentRequest schema, which inherits the fields from CreateAgentRequest. The agent_name field is required; the remaining fields are optional.

Request structure

Request examples

The request is a PUT request to:

Response

Response structure

A successful request returns an object containing the updated agent. The data object follows the Agent schema and may include the agent ID, name, status, objective, timezone, office hours, links, company information, and follow-up configuration.

Response example

Errors

404 — Agent not found

Returned when the specified agent does not exist.

422 — Validation error

Returned when one or more request fields fail validation.

500 — Server or integration error

Returned when the agent cannot be updated because of a server or integration failure.