Timeline for Enabling file editing on a file stored on a server through custom routes and POST/GET Requests
Current License: CC BY-SA 4.0
        6 events
    
    | when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 24, 2023 at 18:41 | comment | added | J_H | 
        
            
    The path attribute won't be sufficient. You will also need a serial, timestamp, hash, or similar to identify each specific revision. Using GET to read & render the document is fine. For mutation there's more than one web verb that may be relevant.
        
     | 
|
| Mar 24, 2023 at 12:32 | comment | added | Fabrizio | Thanks for the feedback, I edited the question. I hope is clearer now. the part I am stuck on is whether using plain POST/GET requests and routes is the canonical way of achieving file edits on a remote file. I removed the multi-user part as it is not the subject of the question and I initially added it to provide more context to the question. | |
| Mar 24, 2023 at 12:29 | history | edited | Fabrizio | CC BY-SA 4.0 | 
        
            
             
                
                    added 126 characters in body; edited title 
                
             
        
     | 
| Mar 24, 2023 at 12:18 | comment | added | Greg Burghardt | Can you clarify what problem you are trying to solve? Asking "how to allow multiple users to edit a file" is way too broad for this community. | |
| S Mar 24, 2023 at 12:04 | review | First questions | |||
| Mar 24, 2023 at 12:44 | |||||
| S Mar 24, 2023 at 12:04 | history | asked | Fabrizio | CC BY-SA 4.0 |