Open the menu
    ```html

    Mapping of File Macrotipes: Edit File Macrotipes Mapping

    Characteristics

    • It is an administration interface

    Screens

    Edit File Macrotipes Mapping
    • Basic Information
      • Expression (string, required field, maximum size: 255) : This is the expression to match the content-type of the file.

        This expression accepts the following wildcard characters:

        • *: matches any sequence of characters (including the zero-length sequence). Some examples:
          • video/* matches video/
          • video/* matches video/mp4
          • video/* does not match newvideo/
          • video/*wmv matches video/wmv
          • video/*wmv matches video/x-ms-wmv
          • * matches anything
      • Macrotipo (string, required field, maximum size: 10) : This is the macrotipo that the files will receive if the expression matches its content-type.

    Permissions

    • Manage service instance: Allows you to manage all data of this service instance, including deleting it entirely.

    Actions

    • commit
    ```