Book a Demo

Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Prev Next

PostUpdateItemNotes

Updates the notes of the selected item in the External Provider.

Inputs

Parameter

Details

parameters

  • C++: const char*
  • C#: string

A JSON string of parameters that include details of the item to be updated.

Outputs via Callbacks

[Optional] LogMessage or SetError - to provide user feedback.

Details

This method receives a request to update the notes of an item in the External Provider. The input parameters string contains information about the item to create, including:

  • "itemID" - the ID of the item to be updated
  • "notes"