I can successfully add options to 'Components' field via Postman but I can't seem to GET or DELETE them. Body is empty for GET and id of component option in JSON format for DELETE. I suspect it has something to do with the 'Allow -> POST, OPTIONS' header that it returned?
You can use rest/api/2/component/ for POST
and rest/api/2/component/{id} for GET and DELETE.
thanks! worked well. although I need a way to get all component IDs in one go.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.