v2

OpenAPI 3.1.02026-07-263411923.0 MB
Ideas

Promote an idea

When creating an idea where the creator is an idea user we strongly suggest to provide the submitted_idea_portal_id attribute to the idea to ensure that the idea is created in the correct ideas portal and the user gets access to the portal.

If you don't want the idea to be submitted to any portal, you can skip this by setting skip_portal: true in the request body.

put/ideas/{id}/promote

Path parameters

idstring required

Id identifier

Request body

promotable_typestring
release_idinteger

Example request

{
  "promotable_type": "feature",
  "release_id": 278327321
}

Response

Successful operation