crchemist / cit

Civic Issue Tracker
GNU General Public License v3.0
1 stars 6 forks source link

api call for creating organizations #126

Closed crchemist closed 9 years ago

crchemist commented 9 years ago
POST /auth/organizations/
in: {name: "<name>", address: address_in_correct_format}
out: {id: <org-id>}
crchemist commented 9 years ago

should be accessible only for superuser

MariiaZimokha commented 9 years ago

+