Additions to Organization API
In the Organization API, we have introduced three endpoints for managing the country states of an organization, meaning that you can now create, update, and delete states.
Method | Description |
---|---|
POST /api/organization/countries/{countryId}/states | Creates a new state for a country. |
PATCH /api/organization/countries/{countryId}/states/{stateId} | Partially updates an existing state of a country. |
DELETE /api/organization/countries/{countryId}/states/{stateId} | Deletes an existing state of a country. |
Resolved Issues
EXL-13092 | Nebula template - corrections on products pager in Reserved Instances ordering wizard |