Forum Discussion

debchat1955's avatar
debchat1955
Occasional Contributor
6 years ago

PATCH issues in V5.5 - worked well in V5.4

I recently installed V5.5.

PATCH commands that worked earlier give me issues.

I am trying to update value of field "remark". This is a valid field as you can see from GET result.

Method = vnd.api+json

Any ideas?

Thanks in advance.

 

2 Replies

  • debchat1955's avatar
    debchat1955
    Occasional Contributor

    Sorry for typo in text earlier.

    Should read "I recently installed V5.5".

    • debchat1955's avatar
      debchat1955
      Occasional Contributor

      The way I could get this to work is to provide fully loaded syntax.

      Wondering if this is because of changes in V5.5 as compared to V5.4.

       

      {
      "data": {
      "type": "seismic",
      "id": "5001230507",
      "attributes": {
      "remark": "Now revised"
      }
      }
      }