You need to publish the semantic type to make it available in
applications.
Procedure
-
If you do not have a personal access token yet, generate one. For further
information, see Generating a Personal Access Token.
-
Open Talend API Tester in your browser.
-
From the Repository tab, select Post
in the Method drop-down list.
-
Enter the following URL:
https://tds.{region}.cloud.talend.com/semanticservice/categories/{{categoryID}}/publish
You'll find a list of the URLs to use for each data center in
Talend Cloud regions and URLs.
{{categoryID}}
is the
identifier returned when you created the semantic type, for example: 5f80848e51b6b16703a4318d
.
-
Click the Add header
button and enter Authorization in the name field and
Bearer
followed by a whitespace and your token in the value field.
-
Click the Add header
button and enter Cookie in the
name field, then leave the
value field empty.
-
Click Send.
Results
The API returns a
204
HTTP code to inform you that the semantic type has
been published.