Skip to main content
PUT
Update a company

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Company ID

Body

application/json

Company object that needs to be updated

name
string
required

The name of the company

notificationEmail
string<email>
required

The email of the company

language
string
required

The language of the company

Example:

"es-ES"

Response

200 - application/json

Object

data
object
meta
object