cURL
curl --request PATCH \ --url https://api.example.com/partner \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "name": "<string>", "code": "<string>", "status": "<string>", "timezone": "<string>" } '
{ "name": "<string>", "code": "<string>", "id": 123, "created_at": "2023-11-07T05:31:56Z", "updated_at": "2023-11-07T05:31:56Z", "status": "active", "timezone": "UTC", "created_by": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Org 수정 시 사용하는 스키마. 부분 업데이트 허용.
Successful Response