Skip to content

Commit dc851dc

Browse files
committed
feat: add documentation for deprecation and removal of Questionnaire API endpoints
1 parent bd33a09 commit dc851dc

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: 'Upgrading to DefectDojo Version 2.56.x'
3+
toc_hide: true
4+
weight: -20260215
5+
description: Deprecation of Questionnaire API Endpoints
6+
---
7+
8+
## Deprecation: Questionnaire API Endpoints
9+
10+
The following Questionnaire API endpoints are being deprecated and will be removed in DefectDojo 2.59.0 on June 2nd, 2026:
11+
12+
- `/api/v2/questionnaire_answered_questionnaires/`
13+
- `/api/v2/questionnaire_answers/`
14+
- `/api/v2/questionnaire_engagement_questionnaires/`
15+
- `/api/v2/questionnaire_general_questionnaires/`
16+
- `/api/v2/questionnaire_questions`
17+
18+
### Required Actions
19+
20+
Support for these endpoints will be fully removed in DefectDojo 2.59.0 (scheduled for June 2nd, 2026). After this date, any requests to these endpoints will return a 404 Not Found error.
21+
22+
### Timeline
23+
24+
- **DefectDojo 2.56.x onwards**: Endpoints are deprecated with deprecation headers
25+
- **DefectDojo 2.59.0 (June 2nd, 2026)**: Endpoints will be removed entirely
26+
27+
For more information, check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.56.0).
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
title: 'Upgrading to DefectDojo Version 2.59.x'
3+
toc_hide: true
4+
weight: -20260602
5+
description: Removal of Questionnaire API Endpoints
6+
---
7+
8+
## Removal: Questionnaire API Endpoints
9+
10+
As announced in DefectDojo 2.56.0, the following Questionnaire API endpoints have been removed:
11+
12+
- `/api/v2/questionnaire_answered_questionnaires/`
13+
- `/api/v2/questionnaire_answers/`
14+
- `/api/v2/questionnaire_engagement_questionnaires/`
15+
- `/api/v2/questionnaire_general_questionnaires/`
16+
- `/api/v2/questionnaire_questions`
17+
18+
### Required Actions
19+
20+
Any requests to these endpoints will now return a 404 Not Found error.
21+
22+
For more information, check the [Release Notes](https://github.com/DefectDojo/django-DefectDojo/releases/tag/2.59.0).

0 commit comments

Comments
 (0)