mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Only require append when creating with PUT
This commit is contained in:
@@ -83,7 +83,7 @@ const table: [string, string, AM[], AM[] | undefined, string, string, number, nu
|
||||
[ 'PUT', 'C/R', [], [ AM.append ], '', TXT, 401, 401 ],
|
||||
[ 'PUT', 'C/R', [], [ AM.write ], '', TXT, 205, 401 ],
|
||||
[ 'PUT', 'C/R', [ AM.read ], undefined, '', TXT, 401, 401 ],
|
||||
[ 'PUT', 'C/R', [ AM.append ], undefined, '', TXT, 401, 401 ],
|
||||
[ 'PUT', 'C/R', [ AM.append ], undefined, '', TXT, 401, 201 ],
|
||||
[ 'PUT', 'C/R', [ AM.write ], undefined, '', TXT, 205, 201 ],
|
||||
[ 'PUT', 'C/R', [ AM.append ], [ AM.write ], '', TXT, 205, 201 ],
|
||||
|
||||
|
||||
Reference in New Issue
Block a user