Skip to content

Commit

Permalink
docs(projects): update set-project-grid description to reflect what i…
Browse files Browse the repository at this point in the history
…t does
  • Loading branch information
kgajowy committed Sep 15, 2021
1 parent ecdb8c6 commit 3a68cdf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/apps/api/src/modules/projects/projects.controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export class ProjectsController {

@ApiConsumesShapefile({ withGeoJsonResponse: false })
@ApiOperation({
description: 'Upload shapefile for project-specific protected areas',
description: 'Upload shapefile for project-specific planning unit grid',
})
@UseInterceptors(FileInterceptor('file', uploadOptions))
@ApiCreatedResponse({ type: ProjectGridRequestDto })
Expand Down

0 comments on commit 3a68cdf

Please sign in to comment.