We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85bdfae commit 784876dCopy full SHA for 784876d
src/main/java/org/tailormap/api/controller/AttachmentsController.java
@@ -130,14 +130,14 @@ public ResponseEntity<Serializable> addAttachment(
130
}
131
132
/**
133
- * Add an attachment to a feature
+ * List attachments for a feature.
134
*
135
* @param appTreeLayerNode the application tree layer node
136
* @param service the geo service
137
* @param layer the geo service layer
138
* @param application the application
139
* @param featureId the feature id
140
- * @return the response entity
+ * @return the response entity containing a list of attachment metadata
141
*/
142
@GetMapping(
143
path = {
0 commit comments