Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avishekdas128 authored Jul 17, 2024
1 parent a71c805 commit b3424bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ A Node.js application to schedule updates for firebase remote config parameters.
- **URL:** `/add`
- **Method:** `POST`
- **Request Body:**
```json
```json5
{
"key": "KEY", // MANDATORY
"defaultValue": "VALUE", // MANDATORY - JSON values also should be converted to string
Expand All @@ -47,7 +47,7 @@ A Node.js application to schedule updates for firebase remote config parameters.
- scheduledDate is passed, the update will be scheduled at that date for publishing.
- startDate & endDate is passed the update will be scheduled at the starting date and will be scheduled to be reverted back at the ending date.
- **Request Body:**
```json
```json5
{
"startDate": "2024-07-17T10:30:00+05:30", // NOT MANDATORY - Must be in ISO format
"endDate": "2024-07-18T10:30:00+05:30", // NOT MANDATORY - Must be in ISO format
Expand Down

0 comments on commit b3424bc

Please sign in to comment.