cURL
curl --request PATCH \ --url https://management.stytch.com/pwa/v3/projects/:project_slug \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>" } '
{ "request_id": "<string>", "project": { "project_slug": "<string>", "name": "<string>", "vertical": "ALL", "created_at": "<string>" }, "status_code": 123 }
Update updates the project.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Request type
Successful response
Response type
Show child attributes