REST API Error 45611: PromptSet Export/Import Round-trip is Not Idempotent
search cancel

REST API Error 45611: PromptSet Export/Import Round-trip is Not Idempotent

book

Article ID: 450084

calendar_today

Updated On:

Products

Automic Automation Automic SaaS CA Automic Workload Automation - Automation Engine

Issue/Introduction

When performing a round-trip export and import of a PromptSet object via the Automic Automation REST API, the POST import request fails with error code 45611. This occurs even if no changes were made to the JSON payload retrieved from the GET request.

Error message from the response:

{
 "code": 45611,
 "error": "The property 'modifiable' is not supported.",
 "details": "No detail information available."
}

Environment

Release: v26.x

Component: Automation Engine

Cause

DE209747

Resolution

Update to a fix version listed below or a newer version if available.

Fix version:

Component(s): Automation.Engine

Automation.Engine 26.1.0  - TBA

Additional Information

Desc: A problem has been fixed that prevented the import of PromptSet data via REST.