Post /settings/integration/google/domains/{id}
Description
Modifies an existing Google authentication domain.
Parameter
Id, the Google Client ID.
Request Headers
Key |
Value |
Type |
Description |
---|---|---|---|
Authorization | Bearer <Authorization Token> | String | Authorization credential generated by FortiNAC |
Content-Type (option 1) | application/json | String | |
Content-Type (option 2) |
application/xml |
|
|
Request Body Parameters
Name |
Required |
Type |
---|---|---|
domainName | Yes | String |
Sample Request
Request URL |
POST https://10.106.94.152:8443/api/v2settings/integration/google/domains/2 |
Request Header |
Authorization: Bearer <Authorization_Token> Content-Type: application/json
|
Request Body |
domainName: xxxxxxxxxx |
Sample Response
{
"status": "success",
"errorMessage": null
}