bib
bib

Reputation: 1040

How to render the answer of a django api in a textarea?

After I get the api response, how to format this response and put that in a given textarea?

Upvotes: 1

Views: 128

Answers (1)

Vytautas Gerulis
Vytautas Gerulis

Reputation: 11

POST if you're adding new data. PUT if you're updating existing data.

Upvotes: 1

Related Questions