post https://rest.api.transifex.com/resource_strings
Create a new resource string. This path is valid only for file-less
resources.
Log in to see full request history
Responses
Create a new resource string. This path is valid only for file-less
resources.
xxxxxxxxxx
18curl --request POST \
--url https://rest.api.transifex.com/resource_strings \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json;profile="bulk"' \
--data '
{
"data": {
"relationships": {
"resource": {
"data": {
"type": "resources"
}
}
},
"type": "resource_strings"
}
}
'
Try It!
to start a request and see the response here! Or choose an example: