Last active
          August 9, 2023 17:18 
        
      - 
      
 - 
        
Save jtomchak/1c7359617abaf175f092e1cfede3545e to your computer and use it in GitHub Desktop.  
    ForYou
  
        
  
    
      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
    
  
  
    
  | { | |
| "type": "personal|public", | |
| "for_you": { | |
| "type": "personal|public", | |
| "friends_of_friends": 0, | |
| "from_your_channels": 0, | |
| "curated_by_mammoth": 0, | |
| } | |
| }, | 
depreciate the root type
0 = disabled,
other int is enable
HTTP PUT https://staging.moth.social/api/v3/timelines/for_you/[email protected]
Parameters(name: "friends_of_friends", value: 1)HTTP PUT https://staging.moth.social/api/v3/timelines/for_you/[email protected]&friends_of_friends=1
--> RETURN DATA HTTP 200
{
"type": "personal|public",
  "for_you": {
    "type": "personal|public",
    "friends_of_friends": 1,
    "from_your_channels": 0,
    "curated_by_mammoth": 0,
  }
}
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
            
https://staging.moth.social/api/v3/timelines/for_you/[email protected]