rules:
  # Catalog user
  - path: /artist-links
    methods: [GET, POST]
    profiles:
      LabelProfile: ['*']
      OrchAdminProfile: ['*']
  - path: /service/<*>/search
    methods: [GET]
    profiles:
      LabelProfile: ['*']
      InsightsProfile: ['*']
      ContentProfile: ['*']
      PodcastProfile: ['*']
      OrchAdminProfile: ['*']
  - path: /service/<*>/artist/<*>
    methods: [GET]
    profiles:
      LabelProfile: ['*']
      InsightsProfile: ['*']
      ContentProfile: ['*']
      PodcastProfile: ['*']
      OrchAdminProfile: ['*']
  - path: /label-participants/search
    methods: [GET]
    profiles:
      LabelProfile: ['*']
      InsightsProfile: ['*']
      PodcastProfile: ['*']
      OrchAdminProfile: ['*']
  - path: /label-participants
    methods: [POST]
    profiles:
      LabelProfile: ['*']
  - path: /network-participants/search
    methods: [GET]
    profiles:
      LabelProfile: ['*']
      InsightsProfile: ['*']
      PodcastProfile: ['*']
      OrchAdminProfile: ['*']
  - path: /network-participants
    methods: [POST]
    profiles:
      LabelProfile: [administrator]
      PodcastProfile: [network-admin, admin]
      OrchAdminProfile: ['*']
  - path: <*>
    methods: ['*']
    profiles:
      LabelProfile: [administrator]
      OrchAdminProfile: ['*']
  - path: /label-participant/<*>/rename
    methods: [PUT]
    profiles:
      ContentProfile: ['*']
  - path: /label-participant/<*>/product-tracks
    methods: [GET]
    profiles:
      ContentProfile: ['*']
  - path: /label-participant/merge
    methods: [PUT]
    profiles:
      ContentProfile: ['*']
