Closed akoenig closed 9 years ago
The /organizations resource returns all organizations when passing only one id as ids parameter. Example:
/organizations
id
ids
GET https://api.cahoots.pw/v1/organizations?ids=30a45eaeae3f2aada0d92a9c9fa49d4fe1787a27
should be handled equivalent to
GET https://api.cahoots.pw/v1/organizations/30a45eaeae3f2aada0d92a9c9fa49d4fe1787a27
Landed in 5d09b6f
The
/organizations
resource returns all organizations when passing only oneid
asids
parameter. Example:GET https://api.cahoots.pw/v1/organizations?ids=30a45eaeae3f2aada0d92a9c9fa49d4fe1787a27
should be handled equivalent to
GET https://api.cahoots.pw/v1/organizations/30a45eaeae3f2aada0d92a9c9fa49d4fe1787a27