/AWS1/CL_I1P=>UPDATEPROJECT()
¶
About UpdateProject¶
Updates a project associated with your AWS account and region. With the exception of
device template names, you can pass just the values that need to be updated because the update
request will change only the values that are provided. To clear a value, pass the empty string
(i.e., ""
).
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_PROJECTNAME
TYPE /AWS1/I1PPROJECTNAME
/AWS1/I1PPROJECTNAME
¶
The name of the project to be updated.
Optional arguments:¶
IV_DESCRIPTION
TYPE /AWS1/I1PDESCRIPTION
/AWS1/I1PDESCRIPTION
¶
An optional user-defined description for the project.
IO_PLACEMENTTEMPLATE
TYPE REF TO /AWS1/CL_I1PPLACEMENTTEMPLATE
/AWS1/CL_I1PPLACEMENTTEMPLATE
¶
An object defining the project update. Once a project has been created, you cannot add device template names to the project. However, for a given
placementTemplate
, you can update the associatedcallbackOverrides
for the device definition using this API.