PUT Method Error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2016 08:38 AM
Hi Everyone
I have created a PUT method using the REST API Explorer. But other team is not able to consume it with PUT, following error was shown with 415 code
"error": {
"message": "Invalid content-type. Supported request media types for this service are: [application/json, application/xml, text/xml]",
"detail": null
},
"status": "failure"
}
Please assist me on this issue.
Thanks in advance

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2016 08:39 AM
Can you share the endpoint that was created (change your instance name to YOURINSTANCENAME for security/anonymity.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2016 08:43 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2016 08:48 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-12-2016 08:56 AM
Hi
Not sure about other team header part.
We have created 3 fields on incident form and trying to update it.
Request Body
{'u_feedback_description':'Test123','u_feedback_value':'5','u_feedback_status':'true'}
They are not able to consume this with PUT and PATCH.
Thanks for the reply.