# Update Footer

## Updates a footer.

> Updates footer content or sets it as default. Only provided fields will be modified. The language code cannot be changed.

```json
{"openapi":"3.0.1","info":{"title":"Marketplace API","version":"5.0.5102-g2bf281b6"},"servers":[{"url":"https://api.platform.softwareone.com"}],"paths":{"/public/v1/notifications/footers/{id}":{"put":{"tags":["Footers"],"summary":"Updates a footer.","description":"Updates footer content or sets it as default. Only provided fields will be modified. The language code cannot be changed.","parameters":[{"name":"id","in":"path","description":"The footer ID.","required":true,"schema":{"type":"string"}}],"requestBody":{"description":"The update request.","content":{"application/json":{"schema":{"$ref":"#/components/schemas/UpdateFooterDto"}},"text/json":{"schema":{"$ref":"#/components/schemas/UpdateFooterDto"}},"application/*+json":{"schema":{"$ref":"#/components/schemas/UpdateFooterDto"}}}},"responses":{"200":{"description":"OK","content":{"application/json":{"schema":{"$ref":"#/components/schemas/Footer"}}}},"400":{"description":"Bad Request","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}},"404":{"description":"Not Found","content":{"application/json":{"schema":{"$ref":"#/components/schemas/ProblemDetails"}}}}}}}},"components":{"schemas":{"UpdateFooterDto":{"type":"object","properties":{"content":{"type":"string"},"isDefault":{"type":"boolean"}},"additionalProperties":false},"Footer":{"type":"object","properties":{"id":{"type":"string"},"audit":{"allOf":[{"$ref":"#/components/schemas/FooterAudit"}],"description":"Represents audit information for a Mpt.Notifications.Models.Footers.Footer."},"$meta":{"allOf":[{"$ref":"#/components/schemas/PlatformMetadata"}],"nullable":true},"revision":{"type":"integer","format":"int32"},"languageCode":{"type":"string","description":"Gets or sets the language code for this footer."},"content":{"type":"string","description":"Gets or sets the content of the footer.","nullable":true},"isDefault":{"type":"boolean","description":"Gets or sets a value indicating whether this is the default footer."},"status":{"type":"string","description":"Gets or sets the current status of the footer."}},"additionalProperties":false,"description":"Represents a localized footer template that can be appended to notification messages."},"FooterAudit":{"type":"object","properties":{"created":{"allOf":[{"$ref":"#/components/schemas/PlatformObjectEvent"}],"nullable":true},"updated":{"allOf":[{"$ref":"#/components/schemas/PlatformObjectEvent"}],"nullable":true},"activated":{"allOf":[{"$ref":"#/components/schemas/PlatformObjectEvent"}],"description":"Gets or sets the event information for when the footer was activated.","nullable":true},"deleted":{"allOf":[{"$ref":"#/components/schemas/PlatformObjectEvent"}],"description":"Gets or sets the event information for when the footer was deleted.","nullable":true}},"additionalProperties":false,"description":"Represents audit information for a Mpt.Notifications.Models.Footers.Footer."},"PlatformObjectEvent":{"type":"object","properties":{"at":{"type":"string","format":"date-time","nullable":true},"by":{"type":"object","allOf":[{"$ref":"#/components/schemas/PlatformIdentityRef"}]}},"additionalProperties":false},"PlatformIdentityRef":{"type":"object","properties":{"id":{"type":"string"},"name":{"type":"string"},"icon":{"type":"string","nullable":true},"revision":{"type":"integer","format":"int32"}},"additionalProperties":false},"PlatformMetadata":{"type":"object","properties":{"omitted":{"type":"array","items":{"type":"string"}}},"additionalProperties":false},"ProblemDetails":{"type":"object","properties":{"type":{"type":"string","nullable":true},"title":{"type":"string","nullable":true},"status":{"type":"integer","format":"int32","nullable":true},"detail":{"type":"string","nullable":true},"instance":{"type":"string","nullable":true}},"additionalProperties":{}}}}}
```
