Idea subscriptions

Create an idea subscription

post/ideas/{idea_id}/subscriptions

Path parameters

idea_idstring required

IdeaId identifier

Request body

Example request

{
  "idea_subscription": {
    "email": "username@example.com"
  }
}

Response

Successful operation

Changes

No recorded changes to this endpoint across all 1 revision of this API.