Revision Difference
Editing_Workshop_Items#523921
<cat>code.workshop</cat>⤶
<title>Editing Workshop Items</title>⤶
⤶
Editing a file is exactly the same API as creating one.. you just need to get an editor for it.⤶
⤶
```⤶
var result = await new Ugc.Editor( fileid )⤶
.WithTitle( "My New Title" )⤶
.WithChangeLog( "Changed Title" )⤶
.SubmitAsync();⤶
```⤶
⤶
⤶
You only have to change the parts you want to change, and can even include a changelog.