:doc:`ECRPublic <../../ecr-public>` / Client / put_registry_catalog_data

*************************
put_registry_catalog_data
*************************



.. py:method:: ECRPublic.Client.put_registry_catalog_data(**kwargs)

  

  Create or update the catalog data for a public registry.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/ecr-public-2020-10-30/PutRegistryCatalogData>`_  


  **Request Syntax**
  ::

    response = client.put_registry_catalog_data(
        displayName='string'
    )
    
  :type displayName: string
  :param displayName: 

    The display name for a public registry. The display name is shown as the repository author in the Amazon ECR Public Gallery.

     

    .. note::

      

      The registry display name is only publicly visible in the Amazon ECR Public Gallery for verified accounts.

      

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'registryCatalogData': {
              'displayName': 'string'
          }
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **registryCatalogData** *(dict) --* 

        The catalog data for the public registry.

        
        

        - **displayName** *(string) --* 

          The display name for a public registry. This appears on the Amazon ECR Public Gallery.

           

          .. warning::

             

            Only accounts that have the verified account badge can have a registry display name.

            

          
    
  
  **Exceptions**
  
  *   :py:class:`ECRPublic.Client.exceptions.ServerException`

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

  
  *   :py:class:`ECRPublic.Client.exceptions.UnsupportedCommandException`

  