Skip to content

Commit

Permalink
Fix table format
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelf-solcast committed Feb 12, 2024
1 parent 24371c7 commit e7a8118
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/pv_power_sites.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ Allows management of detailed PV power site metadata used by the `advanced_pv_po

The module `pv_power_sites` has 6 functions available. Use the `res.to_dict()` method to see the site metadata.

| Endpoint | Purpose | API Docs |
| <div style="width:150px">Endpoint</div> | Purpose | API Docs |
|------|------|------|
| `list_pv_power_sites` | List available PV power sites. | [details](https://docs.solcast.com.au/#baee4c8b-83e8-43e6-886b-98671164df10){.md-button} |
| `get_pv_power_site` | Get an existing PV power site's specifications. | [details](https://docs.solcast.com.au/#27a18021-eed0-4281-8b28-9bdf1ebb2a95){.md-button} |
| `list_pv_power_sites` | List available PV power sites. | [details](https://docs.solcast.com.au/#baee4c8b-83e8-43e6-886b-98671164df10){.md-button} |
| `get_pv_power_site` | Get an existing PV power site's specifications. | [details](https://docs.solcast.com.au/#27a18021-eed0-4281-8b28-9bdf1ebb2a95){.md-button} |
| `create_pv_power_site` | Create PV power site to be used with Solcast's advanced PV power model. | [details](https://docs.solcast.com.au/#d3a35494-15d8-4baa-b96f-7fd3353c9f06){.md-button} |
| `patch_pv_power_site` | Patch an existing PV power site to partially update the site's specifications. | [details](https://docs.solcast.com.au/#ba412164-31c2-47a9-a965-c95bc9b632a6){.md-button} |
| `update_pv_power_site` | Overwrite an existing PV power site's specifications. | [details](https://docs.solcast.com.au/#181cf2be-f710-49c3-8050-07be858f25e1){.md-button} |
Expand Down

0 comments on commit e7a8118

Please sign in to comment.