rules:
  - path: /stores
    methods: ['GET']
    profiles:
      AbacusProfile: ['*']
      OrchAdminProfile: ['*']
      MoneyhubProfile: ['accounting']
      ContentProfile: ['manage_nr_repertoire', 'manage_nr_ownership', 'review_digital_audio']
      DistributionProfile: ['manage_nr_deliveries', 'deliver_physical_audio', 'manage_nr_repertoire', 'manage_nr_ownership']
  - path: /stores/dataloader
    methods: ['POST']
    profiles:
      OrchAdminProfile: ['*']
      AbacusProfile: ['*']
      Account360Profile: ['account360']
      ContentProfile: ['manage_nr_repertoire', 'manage_nr_ownership', 'review_digital_audio']
      MoneyhubProfile: ['accounting']
      DistributionProfile: ['manage_nr_deliveries', 'deliver_physical_audio', 'manage_nr_repertoire', 'manage_nr_ownership']
  - path: /stores/classifications/dataloader
    methods: ['POST']
    profiles:
      OrchAdminProfile: ['*']
      AbacusProfile: ['*']
      ContentProfile: ['manage_nr_repertoire', 'manage_nr_ownership', 'review_digital_audio']
      DistributionProfile: ['manage_nr_deliveries', 'deliver_physical_audio', 'manage_nr_repertoire', 'manage_nr_ownership']
  - path: /stores/distribution_types/dataloader
    methods: ['POST']
    profiles:
      OrchAdminProfile: ['*']
      AbacusProfile: ['*']
      ContentProfile: ['manage_nr_repertoire', 'manage_nr_ownership', 'review_digital_audio']
      DistributionProfile: ['manage_nr_deliveries', 'deliver_physical_audio', 'manage_nr_repertoire', 'manage_nr_ownership']
  - path: /substores/dataloader
    methods: ['POST']
    profiles:
      OrchAdminProfile: ['*']
      AbacusProfile: ['*']
      Account360Profile: ['account360']
      ContentProfile: ['manage_nr_repertoire', 'manage_nr_ownership', 'review_digital_audio']
      MoneyhubProfile: ['accounting']
      DistributionProfile: ['manage_nr_deliveries', 'deliver_physical_audio', 'manage_nr_repertoire', 'manage_nr_ownership']
