Project

General

Profile

Actions

Bug #22437

closed

Bug #22435: Directive compliance API version is 10 in place of 17

Missing API documentation for campaigns

Added by François ARMAND about 1 year ago. Updated 12 months ago.

Status:
Released
Priority:
N/A
Category:
API
Target version:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
To do
Fix check:
Checked
Regression:
No

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}"

Actions #1

Updated by Vincent MEMBRÉ about 1 year ago

  • Target version changed from 7.3.0~rc1 to 7.3.0
Actions #2

Updated by Vincent MEMBRÉ about 1 year ago

  • Status changed from New to In progress
Actions #3

Updated by Vincent MEMBRÉ about 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
Actions #4

Updated by Vincent MEMBRÉ about 1 year ago

  • Target version changed from 7.3.0 to 7.3.1
Actions #5

Updated by Vincent MEMBRÉ about 1 year ago

  • Status changed from Pending technical review to Pending release
Actions #6

Updated by Vincent MEMBRÉ about 1 year ago

  • Fix check changed from To do to Checked
Actions #7

Updated by Vincent MEMBRÉ 12 months ago

  • Status changed from Pending release to Released

This bug has been fixed in Rudder 7.3.1 which was released today.

Actions

Also available in: Atom PDF