You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the POST /{community_name}/resources/organizations/{organization_id}/documents] to publish a resource with a CTID that has already been published, an error is returned: "errors": [ "PG::UniqueViolation: ERROR: duplicate key value violates unique constraint \"index_envelopes_on_envelope_community_id_and_envelope_ceterms_c\"\nDETAIL: Key (envelope_community_id, lower(envelope_ceterms_ctid::text))=(2, ce-testupdate) already exists.\n" ]
The expected result is for the endpoint to update the existing resource with the same CTID.
The text was updated successfully, but these errors were encountered:
When using the POST /{community_name}/resources/organizations/{organization_id}/documents] to publish a resource with a CTID that has already been published, an error is returned:
"errors": [ "PG::UniqueViolation: ERROR: duplicate key value violates unique constraint \"index_envelopes_on_envelope_community_id_and_envelope_ceterms_c\"\nDETAIL: Key (envelope_community_id, lower(envelope_ceterms_ctid::text))=(2, ce-testupdate) already exists.\n" ]
The expected result is for the endpoint to update the existing resource with the same CTID.
The text was updated successfully, but these errors were encountered: