Skip to content

Commit d9f4da3

Browse files
Update API Client
#### What's Changed --- ##### `POST` /core/users/{id}/impersonate/ ###### Return Type: Deleted response : **401 Unauthorized** > Access denied ##### `GET` /policies/geoip/{policy_uuid}/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `PUT` /policies/geoip/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `PATCH` /policies/geoip/{policy_uuid}/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `countries` (array) ##### `POST` /policies/geoip/ ###### Request: Changed content type : `application/json` * Changed property `countries` (array) ###### Return Type: Changed response : **201 Created** * Changed content type : `application/json` * Changed property `countries` (array) ##### `GET` /policies/geoip/ ###### Return Type: Changed response : **200 OK** * Changed content type : `application/json` * Changed property `results` (array) Changed items (object): > GeoIP Policy Serializer * Changed property `countries` (array)
1 parent 86f0c4b commit d9f4da3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

schema.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6006,8 +6006,6 @@ paths:
60066006
responses:
60076007
'204':
60086008
description: Successfully started impersonation
6009-
'401':
6010-
description: Access denied
60116009
'400':
60126010
content:
60136011
application/json:

0 commit comments

Comments
 (0)