Countries¶
List countries¶
Request¶
GET /v1/countries/objects
Response¶
Get a country¶
Request¶
GET /v1/countries/objects/{id}
Response¶
Create a country¶
Request¶
POST /v1/countries/objects
Response¶
Update a country¶
Request¶
PUT /v1/countries/objects/{id}
Response¶
Delete a country¶
Request¶
DELETE /v1/countries/objects/{id}