Details
-
Type:
Story
-
Status: Closed (View Workflow)
-
Priority:
P3
-
Resolution: Done
-
Affects Version/s: None
-
Labels:
-
Template:customfield_11100 17410
-
Sprint:eHoldings Sprint 39
Description
Go to a package title edit in either full page or inline editing.
Edit any field - for example I updated visibility.
See error - "Proxy 'id' cannot be present when 'inherited' is true"
Note - front end is not yet sending proxy information to mod-kb-ebsco
Sample PUT request
PUT https://okapi.frontside.io/eholdings/resources/123355-2867674-17290132
Sample Body
{"data":{"id":"123355-2867674-17290132","type":"resources","attributes":{"description":"","edition":"","isPeerReviewed":false,"isTitleCustom":true,"publisherName":"","titleId":17290132,"contributors":[],"identifiers":[],"name":"before title test","publicationType":"Unspecified","subjects":[],"coverageStatement":"","customEmbargoPeriod":{"embargoValue":0,"embargoUnit":null},"isSelected":true,"managedEmbargoPeriod":{"embargoUnit":null,"embargoValue":0},"packageId":"123355-2867674","packageName":"carole create a custom package - 5","url":"","providerId":123355,"providerName":"API DEV CORPORATE CUSTOMER","visibilityData":{"isHidden":false,"reason":""},"managedCoverages":[],"customCoverages":[]}}}
Sample error response
{"errors":[{"title":"Proxy 'id' cannot be present when 'inherited' is true"}],"jsonapi":{"version":"1.0"}}