All URIs are relative to https://api.clerk.dev/v1
| Method | HTTP request | Description |
|---|---|---|
| update_sign_up | PATCH /sign_ups/{id} | Update a sign-up |
crate::models::SignUp update_sign_up(id, update_sign_up_request) Update a sign-up
Update the sign-up with the given ID
| Name | Type | Description | Required | Notes |
|---|---|---|---|---|
| id | String | The ID of the sign-up to update | [required] | |
| update_sign_up_request | Option<UpdateSignUpRequest> |
- Content-Type: application/json
- Accept: application/json
[Back to top] [Back to API list] [Back to Model list] [Back to README]