PUT
/
clients
/
corporate
/
{clientId}
curl --request PUT \
  --url https://spark.test.woodcore.co/api/v2/clients/corporate/{clientId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{
  "emailAddress": "opeoluwa+05@woodcoreapp.com",
  "firstname": "Ope",
  "lastname": "Kolapo"
}'
{}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-csrftoken
string
Example:

"QZrQ8NaNNAaX23a2wtAVcJfgUwspSZcpTZqzz5ZAqHTQvtReeBw12x0QZOZXfDQW"

Path Parameters

clientId
string
required
Example:

"1"

Body

application/json

Response

200 - application/json
ddddd

The response is of type object.