You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to find some more information and how new resources can be added into the system so that they can be used for creating streams from a resource. Have you recorded this process somewhere?
The text was updated successfully, but these errors were encountered:
If I'm not wrong...You can only create resources by doing a POST request to the API. After that, you should receive an ID. Now you can create streams from that resource, but that resource doesn't have streams.
When someone creates a new stream adding the field "resource_id" with the id of an existent resource_id, it is added to the suggested streams (if the type of the stream doesn't exist for that resource). This has to be done through the API also.
Steine had examples of this POST request, I don't know if he still has it.
I've been trying to find some more information and how new resources can be added into the system so that they can be used for creating streams from a resource. Have you recorded this process somewhere?
The text was updated successfully, but these errors were encountered: