1description: >
2    Authority Manager's interface to replace existing authorities list.
3methods:
4    - name: ReplaceAll
5      description: >
6          Replace the current authorities list and restart the associated
7          services.
8      parameters:
9        - name: Path
10          type: string
11          description: >
12              Path of file that contains multiple root certificates.
13      returns:
14        - name: ObjectPath
15          type: array[object_path]
16          description: >
17              D-Bus object path to created objects.
18      errors:
19        - xyz.openbmc_project.Common.Error.InternalFailure
20        - xyz.openbmc_project.Certs.Error.InvalidCertificate
21        - xyz.openbmc_project.Common.Error.NotAllowed
22