---
descriptions:
  update_attempt:
    id: The ID of the Radar attempt
    challenge_status: The status of the challenge
    attempt_status: The status agent of the attempt
reference:
  curl:
    - url: /reference/radar/attempts/update
      key: update_attempt
      id: update_attempt
      title: '/radar/attempts/:id'
      type: PUT
      parameters:
        - key: id
          type: string
          description: (update_attempt.id)
      properties:
        - key: challenge_status
          type: '"success"'
          description: (update_attempt.challenge_status)
        - key: attempt_status
          type: '"success"'
          description: (update_attempt.attempt_status)
originalPath: .tmp-workos-clone/packages/docs/content/reference/radar/attempts/update.mdx
---

## Update an Attempt

You may optionally inform Radar that an authentication attempt or challenge was successful using this endpoint. Some Radar controls depend on tracking recent successful attempts, such as impossible travel.

<CodeBlock referenceId="update_attempt">
  <CodeBlockTab title="Request" file="update-attempt-request" />
</CodeBlock>
