Skip to content

Commit f31cc3d

Browse files
authored
Merge pull request #42 from IBMStreams/ddebrunner-patch-1
Fix mime type in description.
2 parents 104fb9b + 941d312 commit f31cc3d

File tree

1 file changed

+1
-1
lines changed
  • com.ibm.streamsx.inetserver/impl/java/src/com/ibm/streamsx/inet/rest/ops

1 file changed

+1
-1
lines changed

com.ibm.streamsx.inetserver/impl/java/src/com/ibm/streamsx/inet/rest/ops/PostJSON.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public void initialize(OperatorContext context) throws Exception {
6767
"Any other attributes will be set to their default value.\\n" +
6868
"\\n" +
6969
"The URLs defined by this operator are:\\n" +
70-
"* *prefix*`/ports/output/`*port index*`/inject` - Accepts POST requests of type `application/xml`.\\n" +
70+
"* *prefix*`/ports/output/`*port index*`/inject` - Accepts POST requests of type `application/json`.\\n" +
7171
"* *prefix*`/ports/output/`*port index*`/info` - Output port meta-data including the stream attribute names and types (content type `application/json`).\\n" +
7272
"\\nThe *prefix* for the URLs is:\\n" +
7373
"* *context path*`/`*base operator name* - When the `context` parameter is set.\\n" +

0 commit comments

Comments
 (0)