Skip to content

Commit 784876d

Browse files
mprinsCopilot
andcommitted
Update src/main/java/org/tailormap/api/controller/AttachmentsController.java
Co-authored-by: Copilot <[email protected]>
1 parent 85bdfae commit 784876d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/org/tailormap/api/controller/AttachmentsController.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,14 +130,14 @@ public ResponseEntity<Serializable> addAttachment(
130130
}
131131

132132
/**
133-
* Add an attachment to a feature
133+
* List attachments for a feature.
134134
*
135135
* @param appTreeLayerNode the application tree layer node
136136
* @param service the geo service
137137
* @param layer the geo service layer
138138
* @param application the application
139139
* @param featureId the feature id
140-
* @return the response entity
140+
* @return the response entity containing a list of attachment metadata
141141
*/
142142
@GetMapping(
143143
path = {

0 commit comments

Comments
 (0)