This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use xas_development; | |
update `ads` set `total_budget`=99999999.99 where id in (104, | |
132, | |
62, | |
113, | |
117); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
curl --location --request PUT "https://${EXTERNAL_HOST}/rest/profiles/xing_ids/762/status?rid=762&identifier=travelling&text=ist%20im%20Urlaub.%20%E2%9B%B0" \ | |
--header 'accept: application/json' \ | |
--header 'Authorization: Basic cmVzdDpqTWxQNTdac283SW8=' \ | |
--header 'Cookie: raw_translations=false' | |
curl --location --request POST "https://${EXTERNAL_HOST}/rest/activities/activities?actor_urn=urn%3Ax-xing%3Ausers%3Auser%3A762&object_urn=urn%3Ax-xing%3Apeople_story_generator%3Aprofile_update%3Astatus%3A2&verb=update&visibility=public&audience=network" \ | |
--header 'accept: application/json' \ | |
--header 'Authorization: Basic cmVzdDpqTWxQNTdac283SW8=' \ | |
--header 'Cookie: raw_translations=false' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
use people_stories_development; | |
INSERT INTO `dextr_profiles` (`id`, `academic_title`, `first_name`, `last_name`) | |
VALUES | |
(622, NULL, 'All', 'User'), | |
(623, NULL, 'All', 'User'), | |
(761, NULL, 'Disco', 'User'), | |
(762, NULL, 'Disco', 'User'); |