Skip to content

Commit

Permalink
Update name
Browse files Browse the repository at this point in the history
  • Loading branch information
tutn-axonivy committed Apr 4, 2024
1 parent 55d19a9 commit dccc987
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ui:define name="title">ShowUser</ui:define>
<ui:define name="content">

<h3>Twitter momentum: Find User</h3>
<h3>X momentum: Find User</h3>

<h:form id="form">
<div style="margin-bottom: 10px;" >
Expand Down
6 changes: 3 additions & 3 deletions x-connector/processes/X.p.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"callSignature" : "findUser",
"input" : {
"params" : [
{ "name" : "username", "type" : "String", "desc" : "The user which you want to find in Twitter" }
{ "name" : "username", "type" : "String", "desc" : "The user which you want to find in X" }
],
"map" : {
"out.username" : "param.username"
Expand Down Expand Up @@ -44,7 +44,7 @@
}, {
"id" : "f3",
"type" : "RestClientCall",
"name" : "Twitter API (Twitter API v2)",
"name" : "X API (X API v2)",
"config" : {
"path" : "/2/users/by/username/{username}",
"clientId" : "0b74edb8-5459-4ccc-aac7-505531e06398",
Expand Down Expand Up @@ -72,7 +72,7 @@
}, {
"id" : "f5",
"type" : "RestClientCall",
"name" : "Twitter API (Twitter API v2)",
"name" : "X API (X API v2)",
"config" : {
"path" : "/2/tweets/search/recent",
"clientId" : "0b74edb8-5459-4ccc-aac7-505531e06398",
Expand Down

0 comments on commit dccc987

Please sign in to comment.