# Add a new MediaGroup **POST /api/media/mediagroup** ## Servers - https://replace-with-own-host.iw-erp.de: https://replace-with-own-host.iw-erp.de () ## Authentication methods - Session token - Jwt token internal - Login config ## Parameters ### Query parameters - **iw-build-id** (string) build id of the client - **iw-package-id** (string) package id of the client ### Body: application/json (object) - **data** (object) ## Responses ### 200 Add a new MediaGroup #### Body: application/json (object) - **id** (integer) - **group_type** (string) - **token** (string) - **archived** (boolean) - **name** (string) - **description** (string) - **public_title** (string) - **public_link** (string) - **public_link_rss** (string) - **public_copyright** (string) - **public_language_code** (string) - **public_subtitle** (string) - **public_author** (string) - **public_summary** (string) - **public_description** (string) - **public_owner_name** (string) - **public_owner_mail** (string) - **public_explicit** (boolean) - **public_thumbnail** (string) - **public_keywords** (string) - **public_category** (string) - **public_itunes_type** (string) - **public_guid** (string) - **created** (string(date-time)) - **updated** (string(date-time)) - **visibility_type** (string) - **arslist** (array[object]) - **ucats** (array[object]) - **slug_identifier** (string) - **order** (integer) - **item_of_the_day** (boolean) [Powered by Bump.sh](https://bump.sh)