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
In the backend an endpoint http POST /article
With body (id, Map<String, Element>) add the element is a presentation of:
- (Type:Title - Text) | (Type:Text-area - Text) | (Type:File - Filename - legend) | (Type:Code - snippet - language)
A file should be persisted before sending this POST request to store the article: PREREQUISITE
The text was updated successfully, but these errors were encountered:
In the backend an endpoint http POST /article
With body (id, Map<String, Element>) add the element is a presentation of:
- (Type:Title - Text) | (Type:Text-area - Text) | (Type:File - Filename - legend) | (Type:Code - snippet - language)
A file should be persisted before sending this POST request to store the article: PREREQUISITE
The text was updated successfully, but these errors were encountered: