Update gateway profile

Authentication

AuthorizationBearer

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

Path parameters

profile_idstringRequiredformat: "uuid"

Request

This endpoint expects an object.
namestring or nullOptional1-255 characters
descriptionstring or nullOptional
default_actionenum or nullOptional
Allowed values:
internet_enabledboolean or nullOptional
is_defaultboolean or nullOptional

Response

Successful Response
idstringformat: "uuid"
namestring
default_actionstring
internet_enabledboolean
is_defaultboolean
descriptionstring or null
rule_countintegerDefaults to 0
created_atdatetime or null
updated_atdatetime or null

Errors

401
Unauthorized Error
404
Not Found Error
409
Conflict Error
422
Unprocessable Entity Error