:doc:`AmplifyUIBuilder <../../amplifyuibuilder>` / Client / put_metadata_flag

*****************
put_metadata_flag
*****************



.. py:method:: AmplifyUIBuilder.Client.put_metadata_flag(**kwargs)

  

  Stores the metadata information about a feature on a form.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/amplifyuibuilder-2021-08-11/PutMetadataFlag>`_  


  **Request Syntax**
  ::

    response = client.put_metadata_flag(
        appId='string',
        environmentName='string',
        featureName='string',
        body={
            'newValue': 'string'
        }
    )
    
  :type appId: string
  :param appId: **[REQUIRED]** 

    The unique ID for the Amplify app.

    

  
  :type environmentName: string
  :param environmentName: **[REQUIRED]** 

    The name of the backend environment that is part of the Amplify app.

    

  
  :type featureName: string
  :param featureName: **[REQUIRED]** 

    The name of the feature associated with the metadata.

    

  
  :type body: dict
  :param body: **[REQUIRED]** 

    The metadata information to store.

    

  
    - **newValue** *(string) --* **[REQUIRED]** 

      The new information to store.

      

    
  
  
  :returns: None
  **Exceptions**
  
  *   :py:class:`AmplifyUIBuilder.Client.exceptions.UnauthorizedException`

  
  *   :py:class:`AmplifyUIBuilder.Client.exceptions.InvalidParameterException`

  