patch https://ota.lokalise.com/v3/teams//projects//bundles/
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request PATCH \
--url https://ota.lokalise.com/v3/teams/teamId/projects/lokaliseProjectId/bundles/bundleId \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
16{
"data": {
"id": 0,
"projectId": "string",
"isPrerelease": true,
"isProduction": true,
"createdAt": "2025-03-27T10:30:38.674Z",
"createdBy": "string",
"framework": "ios_sdk",
"isFrozen": true,
"lokaliseId": 0,
"fileId": "string",
"fileUrl": "string",
"modifiedAt": "2025-03-27T10:30:38.674Z"
}
}