Bug #22437
closedBug #22435: Directive compliance API version is 10 in place of 17
Missing API documentation for campaigns
Description
We have these endpoints to document for API v17 (yes; they are noted api v16, but we want to documents them only in v17 / Rudder 7.3)
GetCampaigns
val description = "Get all campaigns model"
val (action, path) = GET / "campaigns"
GetCampaignEvents
val description = "Get all campaigns events"
val (action, path) = GET / "campaigns" / "events"
GetCampaignEventDetails
val description = "Get all campaigns events"
val (action, path) = GET / "campaigns" / "events" / "{id}"
SaveCampaign
val description = "Save a campaign model"
val (action, path) = POST / "campaigns"
ScheduleCampaign
val description = "Save a campaign model"
val (action, path) = POST / "campaigns" / "{id}" / "schedule"
GetCampaignDetails
val description = "Get a campaign model"
val (action, path) = GET / "campaigns" / "{id}"
DeleteCampaign
val description = "Get a campaign model"
val (action, path) = DELETE / "campaigns" / "{id}"
GetCampaignEventsForModel
val description = "Get a campaign model"
val (action, path) = GET / "campaigns" / "{id}" / "events"
SaveCampaignEvent
val description = "Save a campaign event"
val (action, path) = POST / "campaigns" / "events" / "{id}"
DeleteCampaignEvent
val description = "Save a campaign event"
val (action, path) = DELETE / "campaigns" / "events" / "{id}"
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 7.3.0~rc1 to 7.3.0
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from New to In progress
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from In progress to Pending technical review
- Assignee changed from Vincent MEMBRÉ to Alexis Mousset
- Pull Request set to https://github.com/Normation/rudder/pull/4750
Updated by Vincent MEMBRÉ over 1 year ago
- Target version changed from 7.3.0 to 7.3.1
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending technical review to Pending release
Applied in changeset rudder|12ffdea8210136df163496e8ed9c7b8488ed2400.
Updated by Vincent MEMBRÉ over 1 year ago
- Fix check changed from To do to Checked
Updated by Vincent MEMBRÉ over 1 year ago
- Status changed from Pending release to Released
This bug has been fixed in Rudder 7.3.1 which was released today.