Open the menu
    ```html

    Mapping of File Macrotipes: Add Mapping of File Macrotipes

    Characteristics

    • It is an administration interface

    Screens

    Add Mapping of File Macrotipes
    • Expression (string, required field, maximum length: 255) : It is the expression to be matched with the file's content-type.

      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 length: 10) : It is the macrotipo that the files will receive if the expression matches its content-type.

    Permissioning

    • Manage Service Instance: Allows managing all the data of this service instance, including deleting it entirely.

    Actions

    • commit
    ```