Skip to main content

 Services

Web services from /about to /webhooks

list publication configs

/projects/{group}/publications/configs [GET]

Description

Lists publication configs.

Returns the list of configuration files for all types of publication available in the project.

Parameters

NameDescriptionRequiredTypeDefault value
includesComma-separated list of configs to include (only one currently supported)noenumpublication-config

Permission

Response

<publication-types>
  <publication-type name="default" definedby="default">
    <publication-config> ... </publication-config>
  </publication-type>
  <publication-type name="[publication type]" definedby="[project]">
    <publication-config> ... </publication-config>
  </publication-type>
</publication-types>

Error Handling

No specific errors expected for this service.

Created on , last edited on