Skip to content
Next Next commit
BHBC-2212: Fix api schema validation for project agency ID
  • Loading branch information
curtisupshall committed Feb 10, 2023
commit 072b4c8b486b780e44a573d8b7ac422a60129464
3 changes: 2 additions & 1 deletion api/src/paths/project/{projectId}/update.ts
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,8 @@ GET.apiDoc = {
description: 'ISO 8601 date string for the funding end_date'
},
agency_project_id: {
type: 'string'
type: 'string',
nullable: true
},
revision_count: {
type: 'number'
Expand Down