Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Custom Field 1.0 APIs #24

Closed
sbrossie opened this issue Oct 21, 2012 · 1 comment
Closed

Custom Field 1.0 APIs #24

sbrossie opened this issue Oct 21, 2012 · 1 comment

Comments

@sbrossie
Copy link
Member

GET /1.0/<object_type>/custom_fields/<object_id> N/A Retrieves the custom fields associated with that object
200 (OK), 204 (NO_CONTENT)

PUT /1.0/<object_type>/custom_fields/<object_id> N/A
Modify the custom field associated to that object
204 (NO_CONTENT), 400 (BAD_REQUEST)

DELETE /1.0/<object_type>/custom_fields/<object_id>?name=foo&name=... N/A
Removes the custom field
204 (NO_CONTENT), 400 (BAD_REQUEST)

@sbrossie
Copy link
Member Author

New Apis, can be done in Release-1.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant