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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.