POST
/
v2
/
projects
/
{project_id}
/
feedback
/
templates
/
reorder
curl --request POST \
  --url https://api.acme.rungalileo.io/v2/projects/{project_id}/feedback/templates/reorder \
  --header 'Content-Type: application/json' \
  --header 'Galileo-API-Key: <api-key>' \
  --data '{
  "ordering": [
    "<string>"
  ]
}'
"<any>"

Authorizations

Galileo-API-Key
string
header
required

Path Parameters

project_id
string
required

Body

application/json

Request to re-order the feedback templates of a project.

  • Expects a list of strings where each sting is the ID of a template in the project in the order we want the templates to appear in.
  • Expects the list to be complete list of all template IDs.

Response

200
application/json
Successful Response

The response is of type any.